Say you have a web service running as a Kubernetes Deployment
. There are a bunch of ways to access it over a public URL, but Kubexpose makes it easy to do so. It’s a Kubernetes Operator backed by a Custom Resource Definition and the corresponding controller implementation.
Kubexpose
built using kubebuilder and available on GitHub
To try it out, jump into the next section or scroll down to How it works? to learn more
[Read More]