Kubernetes Ingress Controller using SSL in ServerStadium

  Kubernetes has two techniques when deploying applications for external Access, Egress and Ingress. Egress is outgoing traffic from the pod, and Ingress is incoming traffic to the pod. But here, we will talk about Ingress Controller in Kubernetes. Ingress Controller Kubernetes Ingress Controller is an L7 Load Balancer that allows a simple host or…

High Availability Kubernetes Using RKE in ServerStadium Part 1

Kubernetes is an Opensource platform that manages workloads or containerized applications on servers.Google first developed this platform. Now it’s managed by the Cloud Native Computing Foundation (CNCF). In short, Its function is to make us easy to configure, deploy, manage, or monitor the largest scale of a containerized application in different deployment environments. Before we…