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

dramirez-qb/k3d-cluster

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.

# Normal user
wget https://github.com/go-task/task/releases/download/latest/task_linux_amd64.tar.gz
tar xf task_linux_amd64.tar.gz
install -m 0755 task /usr/local/bin/task

# or YOLO mode
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin

#After that you can run

task init
sudo task install:docker
task # or task all

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

Packages

No packages published