#
k3d
Here are 82 public repositories matching this topic...
alexellis
commented
Oct 22, 2021
Run K3s Everywhere
-
Updated
Feb 25, 2022 - Go
inercia
commented
Aug 14, 2020
Some clusters can be stopped when k3x is started. Users could think the current cluster should be ready, but they would really need to "start" it. We should show a warning saying something like "the current cluster is stopped".
Demo of k3d: Tool to run k3s (Kubernetes) in Docker
-
Updated
Feb 18, 2022 - Shell
Deployment files for Traefik v2 Kubernetes CRD for ingress
-
Updated
Feb 19, 2022 - YAML
A GitHub Action to run lightweight ephemeral Kubernetes clusters during workflow. Fundamental advantage of this action is a full customization of embedded k3s clusters. In addition, it provides a private image registry and multi-cluster support.
-
Updated
Feb 18, 2022 - Shell
Developer's Helper to Docker, Kubernetes, and Terraform. Fully automatic, without any config or question 🙌
python
docker
kubernetes
dockerfile
automation
terraform
docker-image
kubernetes-manifests
k3s
k3d
cdktf
-
Updated
Mar 20, 2021 - Python
Reproducible infrastructure to showcase GitOps workflows and evaluate different GitOps Operators on Kubernetes
kubernetes
flux
jenkins
helm
gke
gcr
argo
k8s
gke-cluster
scm-manager
gcr-registry
gitops
argocd
k3s
k3d
fluxcd
gitops-playground
-
Updated
Feb 17, 2022 - Shell
Kubernetes k3d extension for Visual Studio Code
-
Updated
Jan 15, 2022 - TypeScript
Lightweight k8s home lab cluster for Raspberry PIs.
letsencrypt
kubernetes
raspberry-pi
hugo
grafana
ddns
prometheus
k1s
klipper
namesilo
skaffold
k3s
k3d
traefik-v2
k1s-platform
-
Updated
Jan 11, 2021
Firework8s is a collection of kubernetes objects (yaml files) for deploying workloads in a home lab.
kubernetes
typescript
examples
lab
kubernetes-cluster
self-hosted
k8s
homelab
kubernetes-yaml
kubernetes-objects
k3s
k3d
cdk8s
deploying-workloads
-
Updated
Nov 19, 2021 - TypeScript
An example local k3s development environment using kustomize, skaffold and k3d.
-
Updated
Jul 3, 2021 - Shell
kubernetes
rancher
kubernetes-cluster
minikube
minishift
kubernetes-setup
kops
kubeadm
kubernetes-deployment
kind
kubespray
rke
k3s
k3d
mikrok8s
-
Updated
Feb 1, 2022
Playing Drone and Gitea on local machine with k3d(k3s)
-
Updated
Aug 17, 2021
L'objectif de cette série d'exercices est d'apprendre à démystifier Kubernetes (K8s) en s'intéressant aux concepts fondamentaux de cet orchestrateur tels que Pod, Deployment, Service et Volume. La mise en place d'un cluster K8s sur son poste de développeur sera expliquée pour réaliser les différentes manipulations
kubernetes
kubernetes-service
kubectl
kubernetes-pods
kubernetes-deployment
kubernetes-volumes
k3s
k3d
k9s
-
Updated
Feb 8, 2022 - Shell
Kubernetes Cluster with K3D with dockers
-
Updated
Jun 21, 2021 - Shell
Local Docker registry proxy stack for swift K3D (and other) container-related workflows.
-
Updated
Dec 29, 2020 - Makefile
Strategy - Monorepo to microfrontends deployment with kubernetes and istio
-
Updated
Sep 17, 2021 - JavaScript
A simple project to get a minimal k8s cluster up and running. Includes additional useful tools for the everyday devops.
-
Updated
Jun 19, 2021 - Shell
k3d playground with sample application and helm charts
-
Updated
Feb 9, 2020 - Smarty
Building Serverless CRUD services in Go with OpenFaaS, Arkade, MongoDB and k3d
-
Updated
Sep 27, 2021 - Go
Molecule K3D Driver allows Molecule users to test Ansible code using K3D.
-
Updated
Aug 18, 2021 - Python
Run your Argo Workflow from the command line.
-
Updated
Sep 20, 2019 - Shell
-
Updated
Nov 11, 2020 - Go
Improve this page
Add a description, image, and links to the k3d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the k3d topic, visit your repo's landing page and select "manage topics."


Problem
I would like to be able to have different names for my node to help with discovery in tools like k9s.
If I (a) create the cluster and then (b) create the nodes I can achieve this.
But if I need to create the cluster and nodes at the same time i.e. via -agents flag then this is not possible.
And some use cases e.g. per-node volumes are only possible using this approach