mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
7 lines
365 B
Markdown
7 lines
365 B
Markdown
## Ansible, Minikube and Docker
|
|
|
|
* Write a simple program in any language you want that outputs "I'm on <HOSTNAME>"
|
|
* 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.
|