简体   繁体   English

是否可以制作混合 K8S 集群 AWS / Raspberry PI

[英]Is it possible to make a hybrid K8S cluster AWS / Raspberry PI

I have a classic K8S cluster using AWS.我有一个使用 AWS 的经典 K8S 集群。

Now, I also have 8 differents ARM boards, all have 1GB in ram.现在,我也有 8 个不同的 ARM 板,都有 1GB 的内存。

I have a 3 Raspberry Pi 2, 1 Raspberry 3B+, and 4 Samsung Artik.我有 3 个 Raspberry Pi 2、1 个 Raspberry 3B+ 和 4 个 Samsung Artik。

Is it possible to add them to my existing K8S cluster?是否可以将它们添加到我现有的 K8S 集群中? How should I do it?我该怎么做?

PD: I used Kops to install my K8S cluster on Kubernetes PD:我使用Kops在 Kubernetes 上安装了我的 K8S 集群

You can do this with RKE, but KOPS is built for deploying a k8s cluster in AWS.您可以使用 RKE 执行此操作,但 KOPS 是为在 AWS 中部署 k8s 集群而构建的。 It is not built for expanding to bare metal outside of AWS它不是为扩展到 AWS 之外的裸机而构建的

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

相关问题 审计 AWS 上的 k8s 集群事件 - Audit k8s cluster events on AWS 是否可以在本地 K8s 集群上拥有 AWS EBS 持久卷? - Is it possible to have AWS EBS persistent volumes on an on-prem K8s cluster? 通过使用kops创建的AWS群集上的入口使k8s服务可用 - Make k8s services available via ingress on an AWS cluster created with kops 在中国设置代理到gcp或aws k8s集群 - setup proxy to gcp or aws k8s cluster in china 哪种监控工具更适合在AWS for k8s集群上使用? - Which monitoring tool is better to use on AWS for k8s cluster? 测试集群自动缩放和过度配置是否按预期工作 k8s AWS - Testing if Cluster Autoscaling and overprovisioners works as expected k8s AWS 如何为kops在AWS上安装的k8集群自动定标器? - How to do cluster autoscaler for k8s which installed by kops on AWS? 在 aws 仪表板中删除了 k8s 集群,现在 terraform 出错了 - Deleted k8s cluster in aws dashboard and now terraform is erroring out 如何在kops在AWS上安装的k8s集群中使用alb-ingress-controller? - How to use alb-ingress-controller in k8s cluster which installed by kops on AWS? 使外部DNS与Kops AWS 1.7 K8s集群中的入口对象一起使用 - Getting External-DNS to work with Ingress Objects in Kops AWS 1.7 K8s Cluster
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM