Port reworked AKS templates to main (#1450)

This commit is contained in:
Bishal Prasad
2022-03-03 22:43:12 +05:30
committed by GitHub
parent aab5969536
commit 0d462e1c6b
8 changed files with 450 additions and 54 deletions
@@ -0,0 +1,7 @@
{
"name": "Deploy to AKS with Helm",
"description": "Deploy an application to an Azure Kubernetes Service cluster using Helm",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Helm", "Kubernetes", "Dockerfile"]
}
@@ -0,0 +1,7 @@
{
"name": "Deploy to AKS with Kompose",
"description": "Deploy an application to an Azure Kubernetes Service cluster using Kompose",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Kompose", "Kubernetes", "Dockerfile"]
}
@@ -0,0 +1,7 @@
{
"name": "Deploy to AKS with Kustomize",
"description": "Deploy an application to an Azure Kubernetes Service cluster using Kustomize",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Kustomize", "Kubernetes", "Dockerfile"]
}
@@ -1,7 +1,7 @@
{
"name": "Deploy to a AKS Cluster",
"description": "Deploy an application to a Azure Kubernetes Service Cluster using Azure Credentials",
"name": "Deploy to AKS",
"description": "Deploy an application to an Azure Kubernetes Service cluster",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Kompose", "Helm", "Kustomize", "Kubernetes", "Dockerfile"]
"categories": ["Deployment", "Kubernetes", "Dockerfile"]
}