Bottlerocket: An operating system designed for hosting containers
1–10 of 121 posts
Re: Bottlerocket: An operating system designed for hosting containers
#2Re: Bottlerocket: An operating system designed for hosting containers
#3Re: Bottlerocket: An operating system designed for hosting containers
#4How tied in to the AWS model is this? Are the places that would need to be expanded known?
Also at least at a glance, this is a neat use of real-world Rust
Re: Bottlerocket: An operating system designed for hosting containers
#5It is also interesting to note that every step on that journey seems to have picked the coolest runtime to implement it in (C/early Go, established Go, and now Rust)
Re: Bottlerocket: An operating system designed for hosting containers
#6The subject says "for hosting containers" but the README says "for AWS EKS Kubernetes" which sounds a little less general... How tied in to the AWS model is this? Are the places that would need to be expanded known? Also at least at a glance, this is a neat use of real-world Rust
Re: Bottlerocket: An operating system designed for hosting containers
#7The subject says "for hosting containers" but the README says "for AWS EKS Kubernetes" which sounds a little less general... How tied in to the AWS model is this? Are the places that would need to be expanded known? Also at least at a glance, this is a neat use of real-world Rust
I don't know how actually tied in it is, but it's not totally surprising to me that it's built for AWS infrastructure.
That being said:
> To start, we're focusing on use of Bottlerocket as a host OS in AWS EKS Kubernetes clusters. We’re excited to get early feedback and to continue working on more use cases! > > Bottlerocket is architected such that different cloud environments and container orchestrators can be supported in the future.
Very exciting!
Re: Bottlerocket: An operating system designed for hosting containers
#8The subject says "for hosting containers" but the README says "for AWS EKS Kubernetes" which sounds a little less general... How tied in to the AWS model is this? Are the places that would need to be expanded known? Also at least at a glance, this is a neat use of real-world Rust
While our first variant is focused on Kubernetes and EKS, we have designed Bottlerocket in a way that new variants can be built that work with other orchestrators, or even without one (we have ECS support on our roadmap already). Also, we really enjoyed working in Rust for big chunks of this!
Glad to hear it! Please reach out if you need anything :)
Re: Bottlerocket: An operating system designed for hosting containers
#9I’m here for the puns like updog: https://github.com/bottlerocket-os/bottlerocket/blob/develop...
Re: Bottlerocket: An operating system designed for hosting containers
#10And here is a post from AWS with more technical details: https://aws.amazon.com/blogs/aws/bottlerocket-open-source-os...