Hi there,
This is ma first post in this forums and I want to say hello…
I searched a bit within this forum but I couldn’t find anything related to my topic.
I’m actually trying to automatically deploy a pretty complex web application using terraform for the cloud provider architecture, rancher cli for the rancher part all wrapped within shell scripts.
I need to automatically add a “custom host” in the rancher UI using rancher-cli or a shell script. I have already tried something curl requests I found using search engines but I haven 't come to a solution yet.
Is there some way to get the rancher authentication token for the docker rund command by rancher-cli?
Other questions which are open are:
-
how can I automatically deploy a Rancher LoadBalancer?
-
How can I define a predefined startup procedure as the depends_on in docker compose files gets filtered out when I import it in Rancher.
-
Is it also somehow possible to predefine Health Check rules for an automated deployment?
Hopefully this was not too much for my first post.