Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 493 Bytes

ft_services

This is a project for Codam (42 Network).

The assignment consisted of deploying a multi-service cluster using Kubernetes and Docker containers.
The following services were deployed:

  • A WordPress website running on a LEMP stack (Linux, Nginx, MySQL, phpMyAdmin)
  • TIG stack (Telegraf, InfluxDB, Grafana)
  • FTP server

The Nginx server supports SSL and SSH.
All containers are built on Alpine Linux.
The MySQL and InfluxDB databases have persistent storage.