Skip to content

Commit 17062fd

Browse files
committed
Add note on production-readiness (or lack thereof)
1 parent 8f8181a commit 17062fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# github-actions-k8s
22

3+
## A quick note
4+
5+
- This repo is an **example** of how to do this, and for that it uses minikube. This repo does **not** create a production ready environment, it merely displays the concepts and methods for remotely managing a cluster with kubectl.
6+
7+
## Get started
8+
39
- Running `kubectl` against a K8s cluster using GitHub Actions
410
- This example runs a minikube cluster inside a VM managed by incus, then runs a `kubectl apply` against that cluster from a Github Actions runner
511
- A publicly accessibly IP address/domain is required

0 commit comments

Comments
 (0)