Software Alternatives & Reviews

Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension

Helm.sh GitHub
  1. Kustomize is an intelligent Kubernetes native configuration management software that comes with the manifestation to add, remove, or update configuration options without the need for forking.
    In this post, I will jump right into how you can "git" going with GitOps by enabling the FluxCD AKS Extension on your Azure Kubernetes Service (AKS) and using a tool called Kustomize to help with Kubernetes configuration management.

    #Development #Management #Tool 48 social mentions

  2. The Kubernetes Package Manager
    Pricing:
    • Open Source
    The first thing we need to do is decide on how we want to package and manage Kubernetes manifests for different environments. There's a tool called Helm which @StevenMurawski covered here, and another tool called Kustomize which I personally like to use. Both tools are great for packaging and managing Kubernetes manifests and also supported by FluxCD, but I prefer Kustomize because it is pretty easy to use and built into kubectl.

    #Developer Tools #DevOps Tools #Containers As A Service 134 social mentions

  3. 3
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    Gh repo fork https://github.com/pauldotyu/aks-store-demo-manifests.git --clone # change into the repo directory Cd aks-store-demo-manifests.

    #Code Collaboration #Git #Version Control 2043 social mentions

Discuss: Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension

Log in or Post with