Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 Namespace

Kubernetes Namespace – acts like a workspace with optional quotas and limits for each pod (containers). Use the following steps to create a Kubernetes namespace.
Note: Kubernetes best practice suggest creating dedicated namespace for you Applications and avoid using the default namespace.

  • 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 Namespace
    • Enter a Name for the Namespace for e.g. production
    • Click Save

Configuring Kubernetes Secret

...