Skip to content

Instantly share code, notes, and snippets.

View nastra's full-sized avatar
:octocat:

Eduard Tudenhoefner nastra

:octocat:
View GitHub Profile
How to run ETCD on K8S locally
1. Install any local K8S distribution. I've used microk8s: https://microk8s.io/
2. Install etcd so you can use etcdctl: https://github.com/etcd-io/etcd/releases/
3. Run etcd on k8s via the Bitnami image. Using microk8s:
$> microk8s kubectl run --image=bitnami/etcd:latest etcd --env ALLOW_NONE_AUTHENTICATION=yes --labels app=etcd