16 lines
867 B
Markdown
16 lines
867 B
Markdown
|
---
|
||
|
stage: none
|
||
|
group: Tutorials
|
||
|
info: For assistance with this tutorials page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments-to-other-projects-and-subjects.
|
||
|
---
|
||
|
|
||
|
# Manage your infrastructure
|
||
|
|
||
|
Use GitLab configuration features to reduce the effort needed to
|
||
|
configure the infrastructure for your application.
|
||
|
|
||
|
| Topic | Description | Good for beginners |
|
||
|
|-------|-------------|--------------------|
|
||
|
| [Use GitOps with GitLab](https://about.gitlab.com/blog/2022/04/07/the-ultimate-guide-to-gitops-with-gitlab/) | Learn how to provision and manage a base infrastructure, connect to a Kubernetes cluster, deploy third-party applications, and carry out other infrastructure automation tasks. | |
|
||
|
| [Set up Flux for GitOps](../user/clusters/agent/gitops/flux_tutorial.md) | Learn how to set up Flux for GitOps in a sample project. | |
|