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
Category: Kubernetes
Launch Your EKS Cluster Today: A Simple GuideLaunch Your EKS Cluster Today: A Simple Guide
What is EKS? EKS (Elastic Kubernetes Service) is a fully managed service by Amazon Web Services (AWS) that lets you run Kubernetes on AWS without having to install and manage
AKS for Simplified Kubernetes (Azure)AKS for Simplified Kubernetes (Azure)
What is Kubernetes? What is Azure Kubernetes Service (AKS)? Why use AKS? Key Concepts for Beginners: Getting Started with AKS Free Courses : Microsoft Azure (Concepts + Hands-on) Free Courses
EKS for Simplified Kubernetes (AWS)EKS for Simplified Kubernetes (AWS)
If you’re in the world of cloud computing, you’ve probably heard of Kubernetes—the powerful container orchestration system. Amazon Elastic Kubernetes Service (EKS) makes it easy to run Kubernetes on AWS,
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
Kubernetes + Terraform : 4 Project IdeasKubernetes + Terraform : 4 Project Ideas
“Tired of manual deployments? Let’s automate!” 💪 Here’s we can use “Terraform + Kubernetes“ Prerequisites: These projects assume you have: Project 1: Provision and Configure a Kubernetes Cluster on AWS Project
Kubernetes : 5 Mini Projects to start withKubernetes : 5 Mini Projects to start with
In this post, let’s check 5 Kubernetes mini-projects that use a variety of resources and offer unique scenarios to make better understanding (where to use Kubernetes?) Project 1: Scalable Web
Part 12 – Kubernetes Interview Questions & Answers (Q.56 to Q.60)Part 12 – Kubernetes Interview Questions & Answers (Q.56 to Q.60)
Q.56 Describe the process of setting up a Kubernetes federation for global deployments. Use Cases: Q.57 What are the best practices for securing Kubernetes API server endpoints? Use Cases: Example:
Part 11 – Kubernetes Interview Questions & Answers (Q.51 to Q.55)Part 11 – Kubernetes Interview Questions & Answers (Q.51 to Q.55)
Q.51 What is the role of a Kubernetes admission controller, and how can you customize it? Use Cases: Q.52 Discuss the use of Kubernetes custom metrics for autoscaling. Use Cases: