DevOps
From Code to Production: A Secure Kubernetes Pipeline with DevSecOps
1. Commit Code: 2. CodePipeline Triggered 3. CodeBuild Performs Build and Uploads Artifacts 4. CodeBuild Scans for Secrets 5. CodeBuild…
Serverless DevOps: What You Need to Know
Serverless computing is a cloud-based model where the cloud provider (e.g., AWS, Azure, Google Cloud) takes full responsibility for managing…
Quick Read: What are Kubernetes Network Policies?
Network Policies are a Kubernetes resource (API object) that define rules to control network traffic flow between pods within your…
Free Courses : Kubernetes (Enroll Now)
1. Containers 101 https://www.udemy.com/course/containers-101/ 2. Kubernetes: Getting Started https://www.udemy.com/course/kubernetes-getting-started/ 3. Kube By Example – Spring Boot Microservices on Kubernetes https://www.udemy.com/course/kube-by-example-spring-boot-microservices-on-kubernetes/…
Jenkins Projects : 6 Mini Projects
In this post, we are 6 covering mini-projects those you can implement in Jenkins, covering a range of skills and…
Automate infra Setup in Azure (Step by Step)
Let’s breakdown the involved steps: Credit : https://www.cidevops.com/2023/09/how-to-automate-infra-setup-in-azure.html 1. Set up Azure DevOps project and repository: 2. Install Terraform and…
Docker Projects : 8 Mini Projects to Excel
Here are 8 diverse Docker projects ranging from development environments to practical applications: Project 1: Isolated Development Environment Project 2:…
Terraform Project 3 – Solution (EC2 Web Server)
Let’s break down the process of setting up your first EC2 instance with Terraform to host a basic web server.…