We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f538f33 commit 4ce55bcCopy full SHA for 4ce55bc
site/src/components/VendorSelection/index.js
@@ -41,7 +41,16 @@ const VendorSelection = () => {
41
"Host your own Meshery Playground on Google Cloud Platform (GKE)",
42
url: "https://docs.meshery.io/installation/kubernetes/gke",
43
logo: null, // We can add logos later
44
- available: false,
+ available: true,
45
+ hosting: "self-hosted",
46
+ },
47
+ {
48
+ name: "Azure",
49
+ description:
50
+ "Host your own Meshery Playground on Microsoft Azure",
51
+ url: "https://docs.meshery.io/installation/kubernetes/aks",
52
+ logo: null, // We can add logos later
53
54
hosting: "self-hosted",
55
},
56
];
0 commit comments