Add support for IBM Kuberenetes Service (IKS)

This patch adds support for deploying an application to IKS
by performing the following steps:

1. Downloading and installing the IBM Cloud CLI,
2. Building locally with Docker,
3. Pushing to ICR (IBM Container Registry), and
4. Deploying with kubectl to IKS

Co-authored-by: JJ Asghar <[email protected]>

Signed-off-by: Steve Martinelli <[email protected]>
This commit is contained in:
Steve Martinelli
2020-04-27 14:04:36 -04:00
co-authored by JJ Asghar
parent 8c4fc57de8
commit 0254a244d2
3 changed files with 141 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "Build and Deploy to IKS",
"description": "Build a docker container, publish it to IBM Container Registry, and deploy to IKS.",
"iconName": "ibm",
"categories": null
}