Quick walkthrough of K8s and steps needed to containerize an application Folders are created in stepwise manner to make it beginner-friendly
To learn and deploy webapps over K8 whether being stateless or stateful. Additionally, understand microservices with further health checks
- Containerize the application
- Upload (over dockerhub registry)
- Deploy the application
- Expose the application to the internet using load balancer
- Add Helth checks
- Scaling Manually/Automated
- Microservices
- Rahul Anand