K8s-Deployment-List
Kubernetes Deployment List
-
Kompose: Kompose kompose is a tool to help users familiar with docker-compose move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources.
-
原生加速中国区 Kubernetes 安装: 教你如何在中国区加速部署 k8s,且实现自定义设置拥有 K8s 镜像的仓库与其命名空间。
-
Quick deployment of Kubernetes - VPC environment on Alibaba Cloud
Cluster
-
2018-Scaling Kubernetes to 2,500 Nodes: On the path to this scale, many system components caused breakages, including etcd, the Kube masters, Docker image pulls, network, KubeDNS, and even our machines’ ARP caches.
-
2019-kubeadm-playbook: Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster.
HA
- 2019-高可用 kubernetes 集群部署实践: 可用性对基础设施而言至关重要。各大云计算厂商纷纷推出了高可用、可扩展的 K8s 托管服务,其中比较有代表性的有 Amazon EKS、Azure Kubernetes Service (AKS)、Google Kubernetes Engine、阿里云容器服务 Kubernetes 版等。
多集群
- 2021-Kubernetes 多集群架构探索: 介绍了有赞多集群的落地实践,以及如何使用 Karmada 进行多集群管理。
Knative
- 2019-Knative 实践:从源代码到服务的自动化部署: 那么现在就让我们来看一下,在 Knative 中如何实现从代码到服务?
Helm
-
2018-使用 Helm 优化 Kubernetes 下的研发体验:基础设施即代码: 在本文中笔者,将以一个 Spring Boot 程序为例,介绍如何在软件研发端到端过程中是使用 Helm。
-
使用 Helm 优化 Kubernetes 下的研发体验:基础设施即代码: 本文中,笔者将以一个 Spring Boot 程序为例,介绍如何在软件研发端到端过程中是使用 Helm。
开发环境
- 2019-玩转 Kubernetes 开发测试环境: Kubernetes 原生的一些特性在一定程度上可以帮助开发者解决一些开发过程中的联调问题,但是软件研发根本要解决的是人与人直接的协作问题,本文将围绕云原生下的开发协作和效能提升问题来讨论。