Creating your own hello world for clusters
To deploy a containerized edge service to an edge cluster, the first step is to build a Kubernetes Operator that deploys the containerized edge service in a Kubernetes cluster.
Use this example to learn how to:
- Create an ansible operator by using
operator-sdk
- Use the operator to deploy a service to an edge cluster
- Expose a port on your edge cluster that you can access externally with the
curl
command
See Creating Your Own Operator Edge Service .
To run the published nginx-operator
service, see Using the Operator Example Edge Service with Deployment Policy .