Tag: DevOps
From Code to Production: A Secure Kubernetes Pipeline with DevSecOpsFrom 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 Scans for Vulnerabilities (SCA & SAST) 6a. Remediation for Vulnerabilities
Serverless DevOps: What You Need to KnowServerless 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 servers, infrastructure, and scaling. This allows developers to focus solely
Quick Read: What are Kubernetes Network Policies?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 cluster. They act like firewall rules specifically designed for Kubernetes
Free Courses : Kubernetes (Enroll Now)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/ 4. Building Docker & Kubernetes Network & Security Lab for
Jenkins Projects : 6 Mini ProjectsJenkins 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 applications: Project 1: Automated Website Deployment Project 2: Docker Image
Automate infra Setup in Azure (Step by Step)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 Azure CLI: 3. Configure Azure Service Connection: 4. Create Terraform
Docker Projects : 8 Mini Projects to ExcelDocker 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: Lightweight Web Server Project 3: WordPress Blog Project 4: CI/CD
Terraform Project 3 – Solution (EC2 Web Server)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. Project : Basic EC2 Web Server Prerequisites Step-by-Step to follow: