This is more of a pattern question, but what would...
# kubernetes
b
This is more of a pattern question, but what would be a good way to do something like: 1. Create a namespace 2. Instantiate a provider that is defaulted to that namespace 3. Use that provider for all subsequent resources
b
@bored-table-20691 you can quite happily create an explicit provider, create the namespace with that provider, then create a new provider to pass to resources
if you need inspiration I can create an example
b
I feel my first attempt was broken because I was dumb, so all good for now. 🙂