Code2Deploy
← All articles

On-Prem Cluster

7 articles in this category.

AKS Cluster

The End of NGINX Ingress Era (2026):

Why Gateway API + Istio Gateway + Service Mesh Is the Universal Future (On-prem, Cloud, Hybrid) TL;DRFrom March 2026 onward, relying on legacy Ingress patterns (especially NGINX Ingress–centric designs) will become a technical debt.The Gateway API + Istio Gateway (Envoy) + Service Mesh stack is the only truly universal, future-proof solution that works everywhere—on-prem, cloud,…

Project Introduction: End-to-End DevOps with Java-Maven Application
CICD Tools

Project Introduction: End-to-End DevOps with Java-Maven Application

In this project, we will embark on a comprehensive journey to learn the entire process from development to deployment and release. We will use a Java-Maven demo application to demonstrate the various stages and tools involved in modern DevOps practices. Our focus will include Docker, Docker image versioning, Kubernetes deployment, Jenkins CI/CD, Trivy, NexusHub, GitHub,…

K8s Kubernetes

Kubernetes Persistent Volumes: A Comprehensive Guide

Persistent Volumes (PVs) are a critical part of Kubernetes for managing durable storage. This blog explains the concepts of PVs, their types, and how to set up NFS and AWS EBS-backed PVs. We also highlight the necessary access privileges and detailed steps for setting up and connecting various components. Steps Overview Understanding Persistent Volumes and…

Kubernetes Easy to Learn and Practice Labs end2end
Cluster Architecture

Kubernetes Easy to Learn and Practice Labs end2end

Learn and Practice

AKS Cluster

About kubeadm, kubelet, kubectl, and  Control Plane in Kubernetes with examples.

kubeadm: Kubeadm is a command-line tool designed to simplify the process of setting up and managing a Kubernetes cluster. It is primarily used for bootstrapping a new cluster, initializing control plane nodes, and joining worker nodes to the cluster. Kubeadm automates many of the manual tasks involved in setting up a Kubernetes cluster, making it…

AKS Cluster

How to kube-API Server Works

Example:  $ kubectl get nodes                                                          NAME           STATUS   ROLES           AGE    VERSIONk8s-master     Ready    control-plane…

AKS Cluster

How to work Kubernetes

Kubernetes (K8s) is an open-source container orchestration platform designed to automate the deployment, scaling, and management of containerized applications. Its workflow involves several key components and processes: Certainly! Let’s dive deeper into each step of the Kubernetes deployment workflow: By following these steps, Kubernetes automates the deployment and management of containerized applications, providing a scalable,…