Unclear Kubernetes connection documentation #661
-
Hi, I'm trying to follow this article https://hoop.dev/docs/quickstarts/kubernetes to try a first connection from my hoop docker-compose test env to a sample k8s cluster. What I have trouble going trough is:
Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @nevarsin, Thank you for bringing this to our attention. I wanted to address your questions about our Kubernetes documentation and provide some important updates: We are currently revising our Kubernetes quick start guide to reflect recent changes. Here are the key points you should be aware of:
I will notify you once we have completed the documentation updates. In the meantime, please let me know if you have any questions about these changes. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your prompt answer, I really appreciate the short feedback loop from you guys, it's something nobody should take for granted. Re the issue: I will try again now but one thing that threw me off the rails was that the https://hoop.dev/docker-compose.yml file is using the hoophq/hooplabs image for the agents while I understand that the correct one should be the one you mentioned (hooplabs/hoopdev) where, infact, I could find the kubectl binary pre-installed. |
Beta Was this translation helpful? Give feedback.
-
Ok I confirm I was to access a cluster by:
Thank you, I look forward to updated doc. |
Beta Was this translation helpful? Give feedback.
Hello @nevarsin,
Thank you for bringing this to our attention. I wanted to address your questions about our Kubernetes documentation and provide some important updates:
We are currently revising our Kubernetes quick start guide to reflect recent changes. Here are the key points you should be aware of:
The
exec
command has been deprecated. Instead, you can establish connections using either:hoop connect
commandEnvironment variables are dynamically injected at runtime and become visible only during session creation. This means you won't see them in the configuration beforehand, but they will be available once your session starts.
Regarding
kubectl
…