Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.23 KB

Kubernetes - Internet of things

Introduction

This project aims to deepen our knowledge by making us use K3d and K3s with Vagrant.

We will learn how to set up a personal virtual machine with Vagrant.

Then, we will learn how to use K3s and its Ingress.

Last but not least, we will discover K3d that will simplify our life and CI/CD.

These steps will get us started with Kubernetes.

This project is a minimal introduction to Kubernetes.
Indeed, this tool is too complex to be mastered in a single subject.

General guidelines

This project will consist of setting up several environments under specific rules.

It is divided into three parts we have to do in the following order:

  • Part 1: K3s and Vagrant
  • Part 2: K3s and three simple applications
  • Part 3: K3d and Argo CD
  • Part 4: K3d and Argo CD and Gitlab