Skip to content

[Question] Is there a way to use a aws cloud provider and hook that up to localstack #1012

Answered by iwilltry42
munali asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @munali , thanks for starting this discussion!
k3d uses K3s under the hood which strips out in-tree cloud providers (and other stuff) to trim down on size.
It looks like the AWS Cloud Provider is also moving out-of-tree and you should be able to install it in a k3d/K3s cluster as per https://cloud-provider-aws.sigs.k8s.io/getting_started/
For k3d, use the --k3s-arg flag to pass in the required api-server, etc. flags.

FWIW: I don't know if that will give you what you want to achieve there, as I'd expect Localstack to work purely offline and thus not require an AWS connection, right? 🤷‍♂️

BTW: I didn't know about Localstack yet and especially that it uses k3d.. that's pretty cool :)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by munali
Comment options

You must be logged in to vote
1 reply
@iwilltry42
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants