TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Cheap Kubernetes Cluster on AWS with Kubeadm

180 点作者 unkoman大约 6 年前

9 条评论

pstadler大约 6 年前
I&#x27;m running a three node cluster on Hetzner Cloud for less than $10 a month. Comprehensive guide and automated provisioning available here: <a href="https:&#x2F;&#x2F;github.com&#x2F;hobby-kube&#x2F;guide" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hobby-kube&#x2F;guide</a>
评论 #19263099 未加载
评论 #19267139 未加载
评论 #19263387 未加载
评论 #19264294 未加载
crb大约 6 年前
&gt; If anyone has any suggestions on a better way of doing this without shelling out $20 a month for an ELB, please open an Issue!<p>kubehost was designed for this purpose on GKE: <a href="https:&#x2F;&#x2F;github.com&#x2F;GoogleContainerTools&#x2F;kubehost" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GoogleContainerTools&#x2F;kubehost</a>
评论 #19265925 未加载
013a大约 6 年前
You can totally install Minikube on AWS [1], which removes the need for a dedicated master and drop the price to that of a single instance.<p>Not sure why you&#x27;d ever want to do this, given that GKE or DO will always be cheaper and AWS&#x27;s core services aren&#x27;t all that special, but as a thought experiment it&#x27;s interesting.<p>[1] <a href="https:&#x2F;&#x2F;www.radishlogic.com&#x2F;kubernetes&#x2F;running-minikube-in-aws-ec2-ubuntu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.radishlogic.com&#x2F;kubernetes&#x2F;running-minikube-in-a...</a>
评论 #19266552 未加载
lifeisstillgood大约 6 年前
I love the attitude here - because in my privileged western world worrying if my monthly hosting costs are one latte and crossiant or two seems quaint.<p>But even in the &quot;rich&quot; EU Avergae monthly wages can be only 1,000 USD, making this a tenth of a day&#x27;s work, and we don&#x27;t have to go much further afield to see 6 bucks becoming a significant chunk of a workers day.<p>So thank you, some kids somewhere will be able to afford to develop skills because you started penny pinching.<p>cheers
评论 #19264074 未加载
评论 #19263723 未加载
fridgamarator大约 6 年前
Google Cloud and Digital Ocean both offer managed kubernetes clusters, you only pay for the workers.
评论 #19263360 未加载
zegl大约 6 年前
Can it be considered cheap if the cluster is also small? The overhead of the control plane+networking can be quite big, and can easily use more resources than what a m1.small has to offer.
triplewipeass大约 6 年前
How&#x27;s this better than kops? <a href="https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;kops" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kubernetes&#x2F;kops</a>
评论 #19263756 未加载
joseph大约 6 年前
My project keights[1] can build a cheap two node cluster in AWS, but is not limited to small clusters. Though, it does spin up an ELB unlike this one.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudboss&#x2F;keights" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudboss&#x2F;keights</a>
moondev大约 6 年前
You can use haproxy as a tcp load balancer for the apiserver instead of an elb
评论 #19263581 未加载