info:To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
info:To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
create a project to manage your cluster's shared resources requiring
Follow this [epic](https://gitlab.com/groups/gitlab-org/configure/-/epics/8)
`cluster-admin` privileges such as an Ingress controller.
for updates.
-[Cluster Management Project Template](../../clusters/management_project_template.md): start a cluster management project directly from a template.
-[Migrate to Cluster Management Project](../../clusters/migrating_from_gma_to_project_template.md): migrate from the deprecated GitLab Managed Apps to Cluster Management Projects.
You can find technical information about why we moved away from cluster certificates into
-[GitLab Managed Apps](../../clusters/applications.md)(deprecated in favor of Cluster Management Projects): configure applications in your cluster directly from GitLab.
the Kubernetes Agent model on the [Agent's blueprint documentation](../../../architecture/blueprints/gitlab_to_kubernetes_communication/index.md).
-[Container Host Security](../../project/clusters/protect/container_host_security/index.md): monitor and block activity inside a container and enforce security policies across the cluster.
-[Deploy Boards](../../project/deploy_boards.md)
-[Container Network security](../../project/clusters/protect/container_network_security/index.md): filter traffic going in and out of the cluster and traffic between pods through a firewall with Cilium NetworkPolicies.
-[Inventory object](deploy/inventory_object.md): track objects applied to a cluster configured with the Kubernetes Agent.
-[Auto DevOps](../../../topics/autodevops/index.md): enable Auto DevOps
### Cluster levels
to allow GitLab automatically detect, build, test, and deploy applications.
-[Cluster environments](../../clusters/environments.md): view CI/CD environments deployed to Kubernetes clusters.
The concept of project-level, group-level, and instance-level clusters becomes
-[Canary Deployments](../../project/canary_deployments.md): deploy app updates to a small portion of the fleet with this Continuous Delivery strategy.
extinct in the new model, although the functionality remains to some extent.
-[Deploy to your cluster](../../project/clusters/deploy_to_cluster.md):
The Agent is always configured in a GitLab project, but you can grant your
deploy applications into your cluster using cluster certificates.
cluster's access to a GitLab group through the Agent.
-[Deploy Boards](../../project/deploy_boards.md): view the current health and status of each CI/CD environment running on your cluster, and the status of deployment pods.
-[Pod logs](../../project/clusters/kubernetes_pod_logs.md): view the logs of your cluster's running pods.
-[Serverless](../../project/clusters/serverless/index.md)(deprecated): deploy Serverless applications in Kubernetes environments and cloud Function as a Service (FaaS) environments.