All Projects → liuyi01 → Kubernetes Starter

liuyi01 / Kubernetes Starter

kubernetes入门,包括kubernetes概念,架构设计,集群环境搭建,认证授权等。

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kubernetes Starter

Metalk8s
An opinionated Kubernetes distribution with a focus on long-term on-prem deployments
Stars: ✭ 217 (-79.85%)
Mutual labels:  k8s, kubernetes-setup
Libvirt K8s Provisioner
Automate your k8s installation
Stars: ✭ 106 (-90.16%)
Mutual labels:  k8s, kubernetes-setup
Openfaas On Digitalocean
Ansible playbook to create a Digital Ocean droplet and deploy OpenFaaS onto it.
Stars: ✭ 57 (-94.71%)
Mutual labels:  k8s, kubernetes-setup
kubernetes the easy way
Automating Kubernetes the hard way with Vagrant and scripts
Stars: ✭ 22 (-97.96%)
Mutual labels:  k8s, kubernetes-setup
K8s
Kubernetes configuration file to boostrap trandoshan cluster
Stars: ✭ 43 (-96.01%)
Mutual labels:  k8s
Wfl
A Simple Way of Creating Job Workflows in Go running in Processes, Containers, Tasks, Pods, or Jobs
Stars: ✭ 30 (-97.21%)
Mutual labels:  k8s
Slugrunner
Buildpack application runner for Deis Workflow.
Stars: ✭ 14 (-98.7%)
Mutual labels:  k8s
Fluentd
Log shipping mechanism for Deis Workflow
Stars: ✭ 10 (-99.07%)
Mutual labels:  k8s
Raspbernetes
Raspberry Pi Kubernetes Cluster
Stars: ✭ 53 (-95.08%)
Mutual labels:  kubernetes-setup
Argo Workflows
Workflow engine for Kubernetes
Stars: ✭ 10,024 (+830.73%)
Mutual labels:  k8s
Cilium
eBPF-based Networking, Security, and Observability
Stars: ✭ 10,256 (+852.27%)
Mutual labels:  k8s
Apps
Community App Catalog for TrueNAS SCALE
Stars: ✭ 32 (-97.03%)
Mutual labels:  k8s
Ingress Gce
Ingress controller for Google Cloud
Stars: ✭ 1,024 (-4.92%)
Mutual labels:  k8s
Bruce Operator
The BRUCE operator.
Stars: ✭ 15 (-98.61%)
Mutual labels:  k8s
Addon Manager
Manage addons in a Kubernetes cluster
Stars: ✭ 51 (-95.26%)
Mutual labels:  k8s
Kanary
Kubernetes Operator to manage canary deployment using HAProxy
Stars: ✭ 14 (-98.7%)
Mutual labels:  k8s
Grpc Gke Nlb Tutorial
gRPC load-balancing on GKE using Envoy
Stars: ✭ 42 (-96.1%)
Mutual labels:  k8s
Octopod
🐙🛠️ Open-source self-hosted solution for managing multiple deployments in a Kubernetes cluster with a user-friendly web interface.
Stars: ✭ 47 (-95.64%)
Mutual labels:  k8s
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-96.29%)
Mutual labels:  k8s
K8s Utils
Kubernetes Utility / Helper Scripts
Stars: ✭ 33 (-96.94%)
Mutual labels:  k8s

综述

 必读:本项目是专门针对慕课网的在线课程《Docker + Kubernetes微服务容器化实践》中的kubernetes实战部分使用的,主要讲解了kubernetes在绿色网络环境下的集群搭建及集群的使用、常用命令、应用的部署。首先剥离了认证授权和服务发现模块,从最核心的模块开始构建集群,然后逐步增加认证授权和服务发现部分,在搭建过程中逐步熟悉kubernetes。最后在集群上部署我们前面开发的所有微服务模块。如果没有结合视频教程请忽略第四部分,敬请谅解!

一、预先准备环境

二、基础集群部署 - kubernetes-simple

三、完整集群部署 - kubernetes-with-ca

四、在kubernetes上部署我们的微服务

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].