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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Setting up an HA Kubernetes cluster with private networking in AWS

79 点作者 kris-nova超过 8 年前

6 条评论

jondubois超过 8 年前
I wrote a similar article a while ago; except using Rancher - Which adds extra features for infrastructure management. <a href="https:&#x2F;&#x2F;blog.baasil.io&#x2F;how-to-install-kubernetes-on-aws-d9fbbc04e816#.cnqfv841r" rel="nofollow">https:&#x2F;&#x2F;blog.baasil.io&#x2F;how-to-install-kubernetes-on-aws-d9fb...</a>
whalesalad超过 8 年前
Good lord this is so much easier than it was 6 months ago. Really glad to see the barrier of entry going down to get these clusters built. Kubernetes has been paramount to our engineering growth at FarmLogs.
评论 #13123225 未加载
iddqd超过 8 年前
kops is pretty great for managing the lifecycle of a k8s cluster. It even supports outputting Terraform code, if that is your Infrastructure-as-Code tool of choice.
评论 #13121393 未加载
alexbilbie超过 8 年前
ECS tasks now support IAM roles; how does this work for K8s equivalent? Do you need to use IAM user credentials for app credentials?
评论 #13121762 未加载
sandGorgon超过 8 年前
kops is nice... but too tied to AWS.<p>I&#x27;m really liking the direction that kargo is taking. It leverages a well known toolset - ansible - to build out its functionality.<p>kargo is compatible with everything from bare metal to AWS... with the caveat that when using it in AWS, you have to use a different provisioning tool like Terraform.<p>This is a feature.. not a bug.
评论 #13122206 未加载
marcoceppi超过 8 年前
This is a nice write up, but we honestly needed to stand up kubernetes on-premise and in public&#x2F;private clouds. This is why we&#x27;ve been using this: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=B7nMFVaOOi8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=B7nMFVaOOi8</a>