Kong Admin API and Kong Manager on KIC #5149
-
How can I access and use the Kong Admin API/Kong Manager (OSS) on Kubernetes Ingress Controller? Should I use the Admin API on KIC, or there are any kind of drawbacks? Can someone provide some link to documentation or tutorials? I have a cluster running locally with minikube:
And I can access it through |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Kubernetes YAMLs should be the single source of truth for Kong configuration on Kubernetes. Everything that is possible and makes sense should be doable with YAMLs. You don't need access to API or Kong Manager, so we don't expose it. If you're looking for the UI, the supported solution is Konnect, you can read how to configure it with KIC here.
|
Beta Was this translation helpful? Give feedback.
Kubernetes YAMLs should be the single source of truth for Kong configuration on Kubernetes. Everything that is possible and makes sense should be doable with YAMLs. You don't need access to API or Kong Manager, so we don't expose it.
If you're looking for the UI, the supported solution is Konnect, you can read how to configure it with KIC here.