young8 / k8s-tut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployments with Kubernetes

This tutorial will show you how to deploy your microservices in the Kubernetes platform. It includes the following parts.

  1. Setting up a K8S cluster with kubeadm
  2. Setting up CNI
  3. Setting up monitoring service
  4. Setting up gateway
  5. Setting up logging collector
  6. Deploy your first app

中文版本

Setting up a K8S cluster with kubeadm

About


Languages

Language:Go 88.6%Language:Makefile 11.4%