Skip to content

Instantly share code, notes, and snippets.

View arunjayakumar01's full-sized avatar
😎

Arun J arunjayakumar01

😎
  • Accubits Technologies
  • India
View GitHub Profile
@rosswf
rosswf / k3s.md
Last active June 17, 2024 12:29
Deploy HA k3s with kube-vip and MetalLB using k3sup

Prerequisites

kubectl

Install the required tools for deploying and controlling k3s.

Installation Docs:

# Download
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
@franz-josef-kaiser
franz-josef-kaiser / docker.sh
Created May 9, 2020 22:57
Run Volumio hifi audiophile in a docker container on MacOS
#!/usr/bin/env bash
mkdir music data
set MUSIC_DIR=./music
set VOLUMIO_DATA_DIR=./data
docker run \
--rm \
-d \
--name volumio \
-e DISPLAY=unix$DISPLAY \
-e HOST=http://192.168.1.1:3000 \ # Your local network IP