-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure managed image #1114
Comments
Thanks for opening this issue! I'll echo what @jhaynes wrote on #968: We’d love to get Bottlerocket working on Azure and are looking forward to expanding Bottlerocket's build targets. However, Azure support isn't next on our priority list. That said, we'd welcome contributions here if you have experience with Azure! We’re happy to provide guidance on what build system changes might be required. The first few things that are currently AWS-centric are any place we call IMDS; namely Aside from that, this would involve building a new variant. A recent example that shows some of the things that would need to be updated is here. Other things that would need to be extended, validated or built (and this isn't a complete list):
|
Would be great to have this! I think contributing from outside could be done, but fact Azure nodes images are private and build based on semi-proprietary image building project Azure/AgentBaker#3340 does not make it easier to work on this in opensource capacity. Testing is very hard if you don't carry Microsoft badge. We could make it working on Azure/AKS but it still need to be integrated into Agentbaker some way as looks like only way to get image properly adopted by AKS is agentbaker. |
What I'd like:
As a multi-cloud enterprise, I want to use the same container-friendly Linux distro in both AWS and Azure.
Context
My company was an early adopter of CoreOS Container Linux, which was beloved by our teams for both AWS and Azure. There are many exciting things about Bottlerocket OS, similar to what we ❤️ about CoreOS: minimal, container focused, atomic updates, systemd, and new things like Rust for 1st party components and zero trust privileged access.
Formal builds for both AWS and Azure would role model the Charter principle of being Open 😄
Any alternatives you've considered:
Flatcar Linux (which is also great!)
The text was updated successfully, but these errors were encountered: