Understanding Ingress and Ingress Controllers in Kubernetes
Before Ingress: How Did We Handle Traffic?
Before containers became popular, applications were deployed directly on Virtual Machines (VMs). To manage incoming traffic, we used load balancers, which provided several useful features like:Security (e.g....
stateful-sets-k8s.hashnode.dev3 min read