Software Alternatives & Reviews

Deploy with Kustomize, FluxCD and Remote Resources

Google Kubernetes Engine
  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.
    As a Kubernetes user, I chose to use the default tooling available, named Kustomize, to manage my manifests and all modifications I need to do over them for each environment I want to deploy. For that, Kustomize is a powerful solution based on concepts of inheritance (resources) and composition (components).

    #Development #Management #Tool 48 social mentions

  2. Google Kubernetes Engine is a powerful cluster manager and orchestration system for running your Docker containers. Set up a cluster in minutes.
    For this article, I have set up a cluster using Google Kubernetes Engine (aka GKE) using this documentation and installed FluxCD connected to a GitLab repository with the following command (extracted from the official documentation).

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

Discuss: Deploy with Kustomize, FluxCD and Remote Resources

Log in or Post with