This topic describes the steps to create a Kubernetes YAML based blueprint. HyperCloud™ Platform supports deploying standard Kubernetes blueprints. Kubernetes blueprints can only be deployed in a Kubernetes cluster is deployed using the HyperCloud Platform.

Configuring Kubernetes Persistent Volumes

Persistent Volumes are pre-created volumes which can be attached to containers during runtime.


Deploying a Kubernetes Blueprint (YAML)

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

Deploying a Kubernetes Blueprint (Hem Chart)

Use the following steps to deploy a Kubernetes blueprint.