digitalocean/production-ready-kubernetes-workshop
Python
Captured source
source ↗digitalocean/production-ready-kubernetes-workshop
Description: The repository for DigitalOcean's Production Ready Kubernetes Workshop
Language: Python
Stars: 18
Forks: 21
Open issues: 3
Created: 2022-06-28T03:56:48Z
Pushed: 2024-01-11T19:56:07Z
Default branch: main
Fork: no
Archived: no
README:
Hands On Workshop: Production Ready Kubernetes
Welcome!
The goal of this workshop is for you to deploy a containerized Python application to a Kubernetes cluster, expose it to the internet, and setup a GitOps Pipeline with ArgoCD.
Content
- [Chapter 0 - Create a DigitalOcean Kubernetes Cluster with Terraform](./00-cluster-setup.md)
- [Chapter 1 - Containerize an Application](./01-app-setup.md)
- [Chapter 2 - Deploy the Application to Kubernetes](./02-deploy-app.md)
- [Chapter 3 - Setup ArgoCD](./03-argocd-setup.md)
- [Chapter 4 - Destroy a DigitalOcean Kubernetes Cluster with Terraform](./05-cluster-teardown.md)
Prerequisites
You will need to install these tools in order to complete this workshop:
Troubleshooting Tips
If you get stuck during the workshop, please try the following things in order:
1. Reread the instructions and try the last command again 1. Google the error 1. Ask for help in the Zoom Chat
Learn More
If you enjoyed this workshop, please checkout some of DigitalOcean's other Kubernetes learning materials at our Kubernetes Resources Page.
