đŸŸĸ Deployment

Overview

In the deployment overview, you can see the number of rollouts, instances, interfaces, volumes, envs, and secrets. You can also view the current container image. Additionally, there is a chart displaying the project's CPU and memory usage. (Please note that this is a real-time usage view. To track usage over time, use a tool like https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack.)

Kubernetes Resources

You can retrieve all resources with the projectId and deploymentId labels set to help debug issues in the cluster.

Deployment Settings

In the project settings, you can change the project's name, description, and tags. You can also delete the project from the project settings. There is also an option to use advanced editing mode for the project. Refer to the CRD section to learn more about the Operator CRD. You can also create a new Blueprint directly from the selected project.

Advanced Editing

TIP

In advanced editing, the configurations you make are not validated. Ensure you understand the Operator CRD configurations. If any issues arise, you can easily rollback in Rollouts.

With advanced editing, you can add configurations to the project that are not available in the UI. You can also view the raw CRD of the deployment.

Creating a New Blueprint from a Deployment

By creating a new blueprint from a deployment, you can create a new blueprint with the same settings as the selected deployment. The only setting that is not copied is the Ingress configuration.