Files
gitlab-foss/doc/tutorials/infrastructure.md
2025-02-17 03:18:02 +00:00

16 lines
887 B
Markdown

---
stage: none
group: Tutorials
info: For assistance with this tutorials page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-other-projects-and-subjects.
description: GitOps, Kubernetes deployments.
title: 'Tutorials: Manage your infrastructure'
---
Use GitLab configuration features to reduce the effort needed to
configure the infrastructure for your application.
| Topic | Description | Good for beginners |
|-------|-------------|--------------------|
| [Get started connecting a Kubernetes cluster to GitLab](../user/clusters/agent/getting_started.md) | Learn how to set up the agent for Kubernetes with Flux for GitOps. | {{< icon name="star" >}} |
| [Get started deploying to Kubernetes](../user/clusters/agent/getting_started_deployments.md) | Learn how to deploy to a Kubernetes cluster with GitLab CI/CD. | {{< icon name="star" >}} |