Skip to content

This project aims to introduce me to kubernetes from a developer perspective. I will have to set up small clusters and discover the mechanics of continuous integration. At the end of this project I will be able to have a working cluster in docker and have a usable continuous integration for my applications.

Notifications You must be signed in to change notification settings

42lan/inception-of-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception of Things

📚 Here is the Wiki page of the project.

Curve Inception 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 and CentOS.

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

Last but not least, we will discover K3d that will simplify our life.

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

  1. The whole project has to be done in a virtual machine.
  2. We have to put all the configuration files of our project in folders located at the root of the repository (go to Submission and peer-evaluation for more information). The folders of the mandatory part will be named: p1, p2 and p3. And the bonus one: bonus.
  3. This topic requires us to apply concepts that, depending on our background, we may not have covered yet. Therefore we will not be afraid to read a lot of documentation to learn how to use K8s with K3s, as well as K3d.

We can use any tools we want to set up our host virtual machine as well as the provider used in Vagrant.

Mandatory part

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

Bonus part

The following extra is intended to be useful: Gitlab needs to be added in the lab we did in Part 3.

☠️ This bonus is complex. The latest version available of Gitlab from the official website is expected.

We are allowed to use whatever we need to achieve this extra. For example, helm could be useful here.

  • Our Gitlab instance must run locally
  • Gitlab must be configured to make it work with our cluster
  • A dedicated namespace named gitlab needs to be created
  • Everything we did in Part 3 must work with our local Gitlab

We can add everything needed so our entire cluster works.

About

This project aims to introduce me to kubernetes from a developer perspective. I will have to set up small clusters and discover the mechanics of continuous integration. At the end of this project I will be able to have a working cluster in docker and have a usable continuous integration for my applications.

Topics

Resources

Stars

Watchers

Forks

Languages