devops-exercises/scenarios/ansible_minikube_docker.md

7 lines
435 B
Markdown
Raw Normal View History

2019-10-05 15:43:54 +02:00
## Ansible, Minikube and Docker
2019-10-25 01:33:16 +02:00
* 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)
2019-10-05 15:43:54 +02:00
* 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.