devops-exercises/exercises/cicd/solutions/deploy_to_kubernetes
abregman cf69197a44 The end of one long README
Apparently we've reached the limit of GitHub rendering (512K).
Time to change the structure accordingly - exercises and questions
will move to sub-directories in the exercises directory.

This is the first patch in performing this transition.
2021-11-10 00:55:03 +02:00
..
html The end of one long README 2021-11-10 00:55:03 +02:00
deploy.yml The end of one long README 2021-11-10 00:55:03 +02:00
helloworld.yml The end of one long README 2021-11-10 00:55:03 +02:00
inventory The end of one long README 2021-11-10 00:55:03 +02:00
Jenkinsfile The end of one long README 2021-11-10 00:55:03 +02:00
README.md The end of one long README 2021-11-10 00:55:03 +02:00

Deploy to Kubernetes

Note: this exercise can be solved in various ways. The solution described here is just one possible way.

  1. Install Jenkins on one system (follow up the standard Jenkins installation procedure)

  2. Deploy Kubernetes on a remote host (minikube can be an easy way to achieve it)

  3. Create a simple web app or page

  4. Create Kubernetes resoruces - Deployment, Service and Ingress (for HTTPS access)

  5. Create an Ansible inventory and insert the address of the Kubernetes cluster

  6. Write Ansible playbook to deploy the Kubernetes resources and also generate

  7. Create a pipeline

  8. Run the pipeline :)

  9. Try to access the web app remotely