devops-exercises/exercises/ansible_minikube_docker.md
abregman d43ec162f0 Rename repository
Unforunately, It came to my knowledge that this repository
promoted a phenomenon where DevOps interviews became a trivia game
where people think it's normal to throw 20 random short questions
like "what is fork()" or "which tools would you use for each
of the following areas?" and this was not my intention.

To explcitly state this repository doesn't represents real DevOps
interview questions I've decided to rename it.
2020-01-12 22:28:43 +02:00

435 B

Ansible, Minikube and Docker

  • Write a simple program in any language you want that outputs "I'm on %HOSTNAME%" (HOSTNAME should be the actual host name on which the app is running)
  • Write a Dockerfile which will run your app
  • Create the YAML files required for deploying the pods
  • Write and run an Ansible playbook which will install Docker, Minikube and kubectl and then create a deployment in minikube with your app running.