简体   繁体   English

LXD 与生产集群 (Kubernetes) 中的经典 VM

[英]LXD vs classic VMs in production Cluster (Kubernetes)

I'm setting up a bare-metal hypervisor with VMware ESXi on a local server which will have a kubernetes cluster.我正在本地服务器上使用 VMware ESXi 设置裸机管理程序,该服务器将具有 kubernetes 集群。

Should I use Linux containers with LXD to set up my Kubernetes cluster?我应该使用带有 LXD 的Linux容器来设置我的 Kubernetes 集群吗? or should I use several VMs that I can provide with my VMware hypervisor?或者我应该使用几个可以随 VMware虚拟机管理程序一起提供的虚拟机?

I'm not sure what you are referring to by using LXD to set up your Kubernetes cluster.我不确定您使用 LXD 设置 Kubernetes 集群指的是什么。 Kubernetes doesn't officially support LXC/LXD . Kubernetes 不正式支持LXC/LXD

So, you can use several VMs for your Kubernetes control (masters) and data planes (nodes).因此,您可以为您的 Kubernetes 控制(主)和数据平面(节点)使用多个 VM。 You can either use straight docker or any containerd or cri-o as shims to run your container runtime.您可以直接使用 docker 或任何containerdcri-o作为 shim 来运行容器运行时。

In any case, most of this stuff is already set up by the deployment tools like:无论如何,这些东西中的大部分已经由部署工具设置好了,比如:

If you are looking for something more minimal you can try:如果您正在寻找更简单的东西,您可以尝试:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 生产 Redis 集群,在 Kubernetes 中分片 - Production Redis cluster with sharding in Kubernetes 生产中的Ubuntu上的最小Kubernetes集群 - Minimal Kubernetes Cluster on Ubuntu in production 无法理解 ESX VM 上具有 Kubernetes 集群的节点上的 dmesg 输出 - Troubles understanding dmesg output on nodes with a Kubernetes Cluster on ESX VMs 用于 Azure 的 kubernetes 集群自动缩放器是否适用于不在 VMSS 中的 VM? - Does the kubernetes cluster auto scaler for Azure work with VMs not in a VMSS? 如何从运行在同一 Kube.netes 集群中的容器连接到 Docker,它在 Kube.netes 集群中的主机虚拟机上运行? - How do I connect to Docker, running on host VMs in a Kubernetes cluster from a container running in the same Kubernetes cluster? Kubernetes集群与VM上的弹性搜索集群 - Elastic search cluster on Kubernetes Cluster vs VM Linux VM上可投入生产的Kubernetes集群 - Production ready Kubernetes cluster on Linux VM 使用LXD在localhost上安装kubernetes - Installing kubernetes on localhost using LXD Kubernetes:节点vs主机vs集群术语 - Kubernetes: Node vs Hosts vs Cluster terminology Kubernetes集群上的节点是否可以具有动态IP的OIC Classic - Can nodes on a Kubernetes cluster have dynamic IP's OIC Classic
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM