Publish OmniDeq Application Blueprint to EKS Cluster

Fetch OmniDeq Application Blueprint details

We have set of instruction in this pdf where you can create and deploy the sample nginx in K8s cluster using Omnideq.

Publish application blueprint of version ‘v0’ to dev environment

# Execute the following command

Syntax: chctl cruize deploy --eks "<EKS_blueprint_name>" --appBlueprintName "<App_name_from_portal>" --appBlueprintVersion "<app_version>"

Example: chctl cruize deploy --eks "od-eks-dev-01" --appBlueprintName "eshop" --appBlueprintVersion "v0"

#Check the deployed apps

Syntax: chctl cruize getDeployedApps --eks <EKS_blueprint_name>

Example: chctl cruize getDeployedApps --eks od-eks-dev-01

Fetch Deployed Application details

# Execute the following command

chctl cruize getDeployedApps --eksBlueprintName “od-eks-dev-01"