Code2Deploy
← All articles

AWS EKS Cluster

4 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,…

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,…