Getting Started
Pre-read:
Know the basics of Kubernetes: https://www.youtube.com/watch?v=PH-2FfFD2PU&t=3s
Know the basics of kubectl commands
Know kubernetes manifests: https://www.youtube.com/watch?v=ohSUtEfDefc
Know how to manage env values, secrets of any service deployed in kubernetes https://www.youtube.com/watch?v=OW244LxB4oI
Know how to port forward to a pod running inside k8s cluster and work locally https://www.youtube.com/watch?v=TT3nd5n5Yus
Know sops to secure your keys/creds: https://www.youtube.com/watch?v=DWzJ87KbwxA
1. Choose the Cloud
Choose you cloud and follow the Instruction to setup a Kubernetes cluster before moving on to the Deployment.
On AWS2. Deployment
3. Destroy the Cluster
Finally, cleanup the cluster Setup if you wish, using the following command. This will delete the entire cluster and other cloud resources that were provisioned for the DIGIT Setup.
Conclusion:
All Done, we have successfully Created infra on Cloud, Deployed Digit in the cluster.
Last updated