Simple
Very simple example with cluster and deployment in a single repository.
Description
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
.
Prerequisites
- A running
kind
cluster with a context named
kind-kind
. - Of course, you need to install kluctl. Please take a look at the installation guide , in case you need further information.
How to deploy
git clone git@github.com:kluctl/kluctl-examples.git
cd kluctl-examples/simple
kluctl diff --target simple
kluctl deploy --target simple
Last modified December 14, 2022: docs: Move kluctl docs below docs/kluctl (f77130d)