Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

komalverma04
Copy link

Notes for Reviewers

This PR fixes #115

Details of Changes:

  • Added an FAQ entry to the FAQs on play.meshery.io explaining how to upload your own kubeconfig file to the Meshery Playground.

Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented Aug 9, 2024

Deploy Preview for meshery-play ready!

Name Link
🔨 Latest commit c947c6a
🔍 Latest deploy log https://app.netlify.com/sites/meshery-play/deploys/66be638023dfee0008d2a713
😎 Deploy Preview https://deploy-preview-209--meshery-play.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@komalverma04
Copy link
Author

@leecalcote Please give feedbacks on it.
Thank You!

Copy link
Member

@leecalcote leecalcote left a 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]>
@komalverma04
Copy link
Author

@leecalcote Please guide me and check the new commits once.
Thank You.

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
Copy link
Member

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"?

Copy link
Author

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.

Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs] Include an FAQ on how to bring your own Kubernetes cluster
2 participants