Skip to content

Just a Kubernetes final test training in Nevers.

Notifications You must be signed in to change notification settings

Rayato159/nevers-kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

  1. Apply Redis
kubectl apply -f kubernetes/redis/
  1. Waiting for redis all redis pod are started, then delete sentinel statefulset and apply again
kubectl delete statefulset sentinel
kubectl apply -f kubernetes/redis/
  1. Apply MySQL
kubectl apply -f kubernetes/mysql/
  1. Apply App (API)
kubectl apply -f kubernetes/app/
  1. Apply Ingress
kubectl apply -f kubernetes/ingress.yml
  1. Apply Nginx Controller
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml

Resources Port Fowarding

MySQL

kubectl port-forward service/mysql 3306:3306

Redis

kubectl port-forward service/sentinel 5000:5000

About

Just a Kubernetes final test training in Nevers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published