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 if a Kubernetes cluster is deployed using HyperCloud Platform.
Configuring Kubernetes
...
Secret can be credentials/ hidden configuration which can referenced by containers during runtime
Note: Kubernetes Secrets must be created within a namespace. This secret can be used by deployments in the current namespace only.
- Login to the HyperCloud™ Platform with your credentials Click on Services Orchestration Tab Click on Containers tab Click on the Kubernetes Cluster already provisioned
- Click on Action Button Click on New Secret
- Enter a name: app1-secret1
- Select Namespace: production
- From the Type Drop-down: Select the Secrete type
- opaque
- kubernetes.io/tls
- kubernetest.io/dockerconfigjson
Note: Refer the Kubernetes Secret Overview for more details
- Click Save to create a secret in the name space
- To view the secret, click on the Kubernetes Namespace tab Click on the same space which was selected to create the secret.
Configuring Kubernetes Storage Class
Storage class – allow Kubernetes blueprints to create volumes in specific class automatically.
Note: Storage Class is not bound to a namespace.
...