Stacks

The final step is to create a Planeo Stack, which is essentially a specific Template on a specific Environment. Pick a name, a select the Environment and Template you created earlier. This will deploy a Helm release to the Kubernetes cluster, detect all service ports, and automatically forward to them from local ports.

Once the Helm chart is verified and released, it should enter a "ready" state.

Clicking on the "Open in Browser" action should open the first available service port in the browser, in this case, nginx.

The Stacks view will show the current status of reconciliation of your Stack, as well as the aggregated condition status of resources within your Stack within Kubernetes. As an example, if your helm release is successful, but the container fails to become healthly, this failure will be exposed via the second status icon as a condition.

Last updated