Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 365 Bytes

ansible_minikube_docker.md

File metadata and controls

6 lines (5 loc) · 365 Bytes

Ansible, Minikube and Docker

  • Write a simple program in any language you want that outputs "I'm on "
  • 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.