Skip to content

mojahid-belaman/ft_services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ft_services

This is a System Administration and Networking project.

Introduction

Ft_services will introduce you to Kubernetes. You will discover cluster management and deployment with Kubernetes. You will virtualize a network and do "clustering".

Here is an example of what you will need to set up:

Screen Shot 2021-02-11 at 6 06 32 PM

How to execute project !

  1. Install Virtualbox
  2. Install docker
  3. Install minikube
  4. minikube start

To point your shell to minikube's docker-daemon, run:

eval $(minikube docker-env)

Build Images Nginx phpmyadmin mysql wordpress influxdb grafana !

docker build -t <name_images> <path_Dockerfile>

How to create component kubernetes ... !

kubectl apply -f <path_yaml_file>

Sources