This message was deleted.
# general
a
This message was deleted.
s
Rancher isn't exactly cloud-native unfortunately. Would using an API work for you?
a
Maybe, I read that i could use the cli tool or direct api calls.
s
Yeah.. you could find out if Rancher stores anything in etcd, if it doesn't then it should be easy to figure out which resources it creates and simply do it yourself
a
We checked this. Namespaces just have some annotations. But Projects use some CRD "project". And i dont find any information about this
s
I'm in the same boat btw 🙂 I also find it infuriating that users, groups and projects get a randomly assigned name i.e. p-df6rf which means the rest of my system needs to be able to be dynamic even though the users are the same in case of rebuilding from scratch
😀 1
a
There is a terraform-resource "project"
Perhaps this helps