TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Setting up an HA Kubernetes cluster with private networking in AWS

79 pointsby kris-novaover 8 years ago

6 comments

jonduboisover 8 years ago
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>
whalesaladover 8 years ago
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 未加载
iddqdover 8 years ago
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 未加载
alexbilbieover 8 years ago
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 未加载
sandGorgonover 8 years ago
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 未加载
marcoceppiover 8 years ago
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>