编辑
2022-02-18
探索与发现
00

有没有办法让同一个客户端的请求落在同一个 Pod 上面?

在回答这个问题之前我们先来看看 Ngin

编辑
2021-12-22
知识库
00

Infrastructure updates

Containerd

Bash
编辑
2021-12-22
知识库
00

In this section, I will show how to deploy Kubernetes 1.21 with Calico CNI plugin.

Please ensure that you have a sufficient number of nodes prepared and have already installed Ubuntu Server 20.04.

The same deployment method is applicable at least until version 1.23 and has been verified to be upgradable to the current latest version 1.27 in subsequent articles.

Add a Model

The model holds a specific deployment. It is a good idea to create a new one specifically for each deployment.

Bash
juju add-model k8s-lab

Remember that you can have multiple models on each controller, so you can deploy multiple Kubernetes clusters, or other applications.

编辑
2021-12-22
知识库
00

This section will cover how to deploy a Controller in a bare-metal environment.

For The official documentation is already well-prepared for public cloud environments. If you are not deploying in a bare-metal environment, Please refer to https://ubuntu.com/kubernetes/docs for more information.

Install Juju

Juju is a tool that helps automate the deployment, configuration, and management of applications in cloud environments. It makes it easier to manage multiple applications and their interactions within the cloud.

Bash
sudo snap install juju --channel=2.9 --classic
编辑
2021-10-03
P-Infra
00

需求分析

在能够永久保存文件的个人云存储一文中,我介绍了我是如何来保存我的个人文件的。但是,