Add a couple of questions

This commit is contained in:
abregman
2019-10-25 02:33:16 +03:00
parent d3eb6f85fa
commit 9b33651416
3 changed files with 112 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
## Ansible, Minikube and Docker
* Write a simple program in any language you want that outputs "I'm on <HOSTNAME>"
* 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.