Start United States USA — software Kubexpose: A Kubernetes Operator for Fun and Profit!

Kubexpose: A Kubernetes Operator for Fun and Profit!

141
0
TEILEN

Learn how to use the open-source Kubexpose, a Kubernetes operator backed by a custom resource defition.
Join the DZone community and get the full member experience. 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 is 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 Any Kubernetes cluster will work ( minikube, kind, Docker Desktop, on the cloud, whatever…).

Continue reading...