Skip to content

42 - Deploy a cluster with multiple containers through Kubernetes

Notifications You must be signed in to change notification settings

solaldunckel/ft_services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

ft_services

Description

ft_services is a project that ask you to setup a Kubernetes cluster with multiple containers such as Wordpress, MySQL, Grafana...

Usage

You must have Docker, VirtualBox, minikube and kubectl installed.

  • Setup :
# Start the setup
./setup.sh

# Remove all containers
./setup.sh clean
  • Exposed services access :

ip_address:port

  • SSH :
ssh admin@$(minikube ip) -p 4000
  • FTPS :

Use Filezilla and connect with admin:admin on port 21

Features

  • FTPS on port 21
  • MySQL on port 3306
  • Wordpress on port 5050
  • Phpmyadmin on port 5050
  • Grafana on port 3000
  • InfluxDB on port 8086
  • Nginx on port 80, 443 (SSL) and 4000 (SSH)

About

42 - Deploy a cluster with multiple containers through Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published