Skip to content

Commit

Permalink
Add FAQ on connecting your own Kubernetes cluster to Meshery Playground
Browse files Browse the repository at this point in the history
Signed-off-by: komalverma04 <[email protected]>
  • Loading branch information
komalverma04 committed Aug 9, 2024
1 parent 9005b22 commit cc73939
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site/src/assets/data/faq/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@ So, in short, you can share access to your Kubernetes cluster with other users,
link: "https://meshery.io",
linktext: "Get Started with Meshery",
},
{
question:
"How do I connect my Kubernetes cluster to the Meshery Playground?",
category: "Meshery Playground",
answer: `
To connect your Kubernetes cluster to the Meshery Playground, follow these steps:
- **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
\`\`\`
- **Upload the Kubeconfig File**: Navigate to **Settings > Environment > Out of Cluster Deployment** in the Meshery Web UI, and use the **Upload kubeconfig** option to upload the file you generated.
`,
link: "https://docs.meshery.io/installation/kubernetes",
linktext: "Meshery documentation",
},
],
};

Expand Down

0 comments on commit cc73939

Please sign in to comment.