cleanup and adding in k3s folder
This commit is contained in:
@@ -30,3 +30,7 @@ We run our reverse-proxy on homelab1 or talksik-homelab-main.
|
|||||||
|
|
||||||
The current configuration is at `talksik@homelab1.home:/etc/nginx/nginx.conf` as one would expect. However, we have a (likely stale) copy in `./reverse-proxy`.
|
The current configuration is at `talksik@homelab1.home:/etc/nginx/nginx.conf` as one would expect. However, we have a (likely stale) copy in `./reverse-proxy`.
|
||||||
|
|
||||||
|
## Kubernetes
|
||||||
|
Using k3s. Lightweight, easy system service.
|
||||||
|
|
||||||
|
Make sure you have static ip for each node.
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
redis:
|
|
||||||
cmds:
|
|
||||||
- docker run --name my-redis -d -p 6379:6379 redis
|
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# servicelb disabled so that metallb can work
|
||||||
|
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable=servicelb --cluster-init" sh -
|
||||||
@@ -1 +0,0 @@
|
|||||||
<h1>Hello, World!</h1>
|
|
||||||
Reference in New Issue
Block a user