Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit b16d998

Browse files
committed
feat: initial commit
1 parent 52e453e commit b16d998

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.gitignore

Whitespace-only changes.

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# kluctl-examples-external-clusters
2-
Example configurations for external clusters
2+
3+
![kluctl](https://github.com/kluctl/kluctl/blob/80a09dfc6c06c5fc7002d088e213664f4e047b09/logo/kluctl.png)
4+
5+
kluctl is the missing glue that puts together your (and any third-party) deployments into one large declarative
6+
Kubernetes deployment, while making it fully manageable (deploy, diff, prune, delete, ...) via one unified command
7+
line interface.
8+
9+
This repository contains examples for external cluster configurations. Please take a look at
10+
[kluctl-examples](https://github.com/kluctl/kluctl-examples) for further information.

clusters/kind.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cluster:
2+
name: kind
3+
context: kind-kind

0 commit comments

Comments
 (0)