Skip to content

This repo is to create a full kubernetes cluster using k3d with MetalLb, prometheus, cert-manager, and traefik.

License

Notifications You must be signed in to change notification settings

dxas90/k3d-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K3s local cluster

Table of Contents

Description

This repo is to create a full kubernetes cluster using k3d with MetalLb, prometheus, certmanager and traefik.

Requirements

You will need it on your computer

Install

Here you should document any install steps required to use this module. You should consider documenting any pre-requisites in this section too.

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo tee /etc/apt/trusted.gpg.d/docker.asc
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update -qq -y
sudo apt-get install docker-ce make jq -y
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash

Usage

To create the cluster just run the make command.

make

Troubleshooting

you can use the --debug flag to check the commands

License

Apache2

About

This repo is to create a full kubernetes cluster using k3d with MetalLb, prometheus, cert-manager, and traefik.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •