# Deploying Applications to Kubernetes with FluxCD and GitOps

DevFeed: [Deploying Applications to Kubernetes with FluxCD and GitOps](<https://devfeed.tech/articles/the-fastest-way-to-deploy-apps-to-kubernetes-gitops-with-flux-10536.md>)

Original publisher: [Read original article](<https://technotim.com/posts/flux-devops-gitops/>)

Author: Techno Tim

Published: 2022-05-13T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [flux](<https://devfeed.tech/topics/flux.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [devops](<https://devfeed.tech/tags/devops.md>), [flux](<https://devfeed.tech/tags/flux.md>), [git](<https://devfeed.tech/tags/git.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>)

## AI overview

This tutorial demonstrates how to use FluxCD with Kubernetes for GitOps-based deployment of applications and infrastructure. It covers monitoring repositories, installing workloads with Kustomize, Helm, and Kubernetes manifests, applying Git changes, and configuring notifications.

## Source excerpt

I think I found the perfect GitOps and DevOps toolkit with FluxCD and Kubernetes.Flux is an open source GitOps solution that helps your deploy app and infrastructure with automation.It can monitor git repositories, source control, image container repositories, helm repositories, and more.It can install apps using Kustomize, Helm, Kubernetes manifests so it's designed to fit into your existing ...