Have you ever find yourself in a situation when all your services are running in Kubernetes, and now you need to expose them to the outside world securely and reliably?Ingress management is an essential part of your configuration and operations. When services are exposed outside a cluster, one needs to take care of authentication, observability, auditing, encryption, and integrations with other third-party vendors, amongst other things.I will introduce the Kubernetes Ingress and how you can use it in your applications.Next, we will talk about the Kong Ingress Controller, an open-source implementation of the Kubernetes Controller that can be installed and managed precisely as any other Kubernetes resource.During this talk, you will learn how to declaratively enable security, API rate limiting, how to add native gRPC support, and more!