LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

k3d

runs K3s Kubernetes clusters in Docker

TLDR

Create cluster
$ k3d cluster create [name]
copy
Create with multiple nodes
$ k3d cluster create [name] --agents [3]
copy
List clusters
$ k3d cluster list
copy
Delete cluster
$ k3d cluster delete [name]
copy
Start stopped cluster
$ k3d cluster start [name]
copy
Create with port mapping
$ k3d cluster create [name] -p "[8080:80@loadbalancer]"
copy

SYNOPSIS

k3d command [options]

DESCRIPTION

k3d runs K3s Kubernetes clusters in Docker. It provides fast local Kubernetes environments for development.The tool manages multiple clusters easily. It maps ports and volumes from containers to host.

PARAMETERS

cluster create NAME

Create new cluster.
cluster delete NAME
Delete cluster.
cluster list
List clusters.
cluster start NAME
Start cluster.
--agents N
Number of agent nodes.
-p MAPPING
Port mapping.
--help
Display help information.

INSTALL

brew install k3d
copy
nix profile install nixpkgs#k3d
copy

CAVEATS

Requires Docker. Development focused. Not for production.

HISTORY

k3d was created by Rancher to simplify running K3s in Docker containers for local Kubernetes development.

SEE ALSO

k3s(1), kubectl(1), kind(1), docker(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid