-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FAQ on connecting your own Kubernetes cluster to Meshery Playground #209
Conversation
Signed-off-by: komalverma04 <[email protected]>
✅ Deploy Preview for meshery-play ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@leecalcote Please give feedbacks on it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid regurgitating the same content from Meshery Docs. This is more to maintain and incomplete (not what fits everyone's situation).
The real question that needs answered here is how the hosted instance of Meshery in the Playground can connect (over the network) to their cluster's API.
P.S. It's just "feedback".
Signed-off-by: komalverma04 <[email protected]>
Signed-off-by: komalverma04 <[email protected]>
@leecalcote Please guide me and check the new commits once. |
To connect your Kubernetes cluster to the Meshery Playground, follow these steps: | ||
1. **Generate a Kubeconfig File**: Run the following command to generate a kubeconfig file for your cluster, including the necessary context information for connecting to your publicly accessible Kubernetes API: | ||
\`\`\`bash | ||
kubectl config view --minify --flatten > config_minikube.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we naming the file "minikube"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we naming the file "minikube"?
Yes, I can change it to a more general name. I will add that the file can be named, for example, 'config.yaml,' to reflect the specific cluster context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we naming the file "minikube"?
Yes, I can change it to a more general name. I will add that the file can be named, for example, 'config.yaml,' to reflect the specific cluster context.
It will work right?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. However, you may choose to reopen this issue. |
Notes for Reviewers
This PR fixes #115
Details of Changes:
Signed commits