Support for apiserver /proxy endpoint? #5032
Replies: 2 comments 1 reply
-
It presently does not. Do you have a reference for how other clients utilize that? |
Beta Was this translation helpful? Give feedback.
-
I've opened a pr for simple Client.raw methods: #5064 Can you open an issue for dsl proxy method support? It could be as simple as ServiceResource.proxy(boolean https, String pathAndParameters, String method, String payload) - that would be accessible via client.services.inNamespace("ns").withName("name").proxy(false ...) or it could have a full dsl of its own .proxy(path).https().get() |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Does the kubernetes-client support the apiserver /proxy endpoint as described in:
https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster-services/#manually-constructing-apiserver-proxy-urls
I would like to be able to proxy both http and https requests to pods and services running inside of a namespace.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions