hchorfi / ft_services

a System Administration and Networking project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_services

A System Administration and Networking project

The project consists of setting up an infrastructure of different services. To do this, you must use Kubernetes. You will need to set up a multi-service cluster. Each service will have to run in a dedicated container. Each container must bear the same name as the service concerned and for performance reasons, containers have to be build using Alpine Linux. Also, they will need to have a Dockerfile written by you which is called in the setup.sh. You will have to build yourself the images that you will use. It is forbidden to take already build images or use services like DockerHub.

Screen Shot 2022-08-05 at 10 58 42 AM

Components

Alpine Linux, Kubernetes, Docker, MetalLB, Nginx, FTPS, WordPress, phpMyAdmin, MariaDB (MySQL), Grafana, InfluxDB.

How to use

setup.sh

About

a System Administration and Networking project


Languages

Language:Shell 49.8%Language:HTML 23.7%Language:PHP 20.9%Language:Dockerfile 5.5%