Loading video player...
Welcome to Day 15. You just deployed your microservices to Kubernetes from your terminal. Congratulations, you are now a liability to your team. Humans make mistakes. If you forget to run your tests before deploying, or if you build the wrong Docker image, you bring down the entire production cluster. Today, we take the human out of the loop. We are building a Continuous Integration and Continuous Deployment (CI/CD) pipeline using GitHub Actions. From now on, every time you push code, GitHub will automatically spin up a server, install uv, run your tests, and build your Docker images for you. Find complete playlist here - https://www.youtube.com/watch?v=kAgAb_0fNQM&list=PLdtwawCR2QjlCvbu2WJ-8EiJNHmJuprvT Find code here (a commit == a day) - https://github.com/KNehe/fastapi-microservices.git