Tag: CI

Project 2???Devops end to end deployment using circle ci and kubernetes

Completion steps → upload the source code to github setup circle ci and connect the github repository upload the .circleci/config.yml file to build pipeline This ci -cd pipeline build your docker-image and sent it to dockerhub setup ec2 on aws and take ssh of it setup minikube a...

Crafting a CI Pipeline: My Experience with GitHub Actions, Python & AWS

Integrating code consistently and ensuring it meets best practices is challenging but essential. Today, I aim to share a reliable GitHub Actions setup that I’ve tailored specifically for Python Serverless projects on AWS. Additionally, I’ll introduce a Makefile I’ve designed to str...