Hi OpenZiti Community,
I have successfully set up OpenZiti in an EKS Cluster and created an edge router. My edge device (an EC2 instance) is connected using ziti-edge-tunnel
, and everything is functioning as expected.
I am now looking to create service policies for my setup. Specifically, I want to know if it is possible to create these service policies using Kubernetes manifests (YAML files), or if this must be done exclusively via the OpenZiti console or API.
Here are the steps I've followed so far:
- Deployed the OpenZiti controller and edge router in the EKS cluster.
- Connected my edge device (EC2 instance) using
ziti-edge-tunnel
.
I have explored the following resources:
- Kubernetes Service - OpenZiti
- Kubernetes Sidecar Proxy | OpenZiti
- Running Ziti on Kubernetes - OpenZiti
Despite these resources, I am still unclear on whether service policies can be managed directly through Kubernetes manifests. If anyone has experience or examples of managing OpenZiti service policies using Kubernetes YAML files, I would greatly appreciate your guidance.
Thank you in advance for your help!