0254a244d2
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 <jjasghar@gmail.com> Signed-off-by: Steve Martinelli <s.martinelli@gmail.com>
6 lines
193 B
JSON
6 lines
193 B
JSON
{
|
|
"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
|
|
} |