Overview


You can deploy a Kubernetes Blueprint on the HyperCloudTM Platform (HCP) using:

YAML based Kubernetes Blueprint


Use the following steps to deploy a Kubernetes blueprint.

Note: By default, this application will not be accessible to the internet. To enable internet access, change the following under the kind: Service

spec:
#type : NodePort (Comment this line)
type: LoadBalancer

Note: This may take more than a few minutes

Kubernetes Hem Chart


Use the following steps to deploy a Kubernetes blueprint.