Skip to content

kluctl/kluctl-examples

Repository files navigation

kluctl-examples

kluctl

kluctl is the missing glue that puts together your (and any third-party) deployments into one large declarative Kubernetes deployment, while making it fully manageable (deploy, diff, prune, delete, ...) via one unified command line interface.

This repository contains example configurations that show how you can use kluctl to simplify deployments and make your platform teams happy. For a complete description of the examples and a getting started guide take a look at kluctl.io.

List of examples

  1. simple: This example is a very simple one that shows how to define a target cluster, context, create a namespace and deploy a nginx. You can configure the name of the namespace by changing the arg environment in .kluctl.yml.
  2. simple-helm: This example is very similar to simple but it deploys a Helm-based nginx to give a first impression how kluctl and Helm work together.
  3. microservices-demo: This example is a more complex one and contains the files for the microservices tutorial inspired by the Google Online Boutique Demo.
  4. preview-envs: Not a Kluctl deployment, but a set of configuration files used by the GitProjector examples.

Releases

No releases published

Packages

No packages published