infrastructure management solution #251
Replies: 1 comment 3 replies
-
Let's discuss first, the option which is to have a container image. If we follow down that road, I have some questions about it
|
Beta Was this translation helpful? Give feedback.
-
Hi!
📢 I've created PR #250 as the first version of how the Ansible Container solution for performing infrastructure operations would look like. The following functionalitites should already be working:
Even though the solution is working, it still seems a bit difficult to setup on each machine as everyone needs to have:
To make things worst the commands executed aren't as friendly as one could hope.
To create a VM.
To install k8s.
Besides this, some differences might come up depending on the client setup either using
docker
orpodman
.The alternative could be having this solution deployed as a service which might reduce or even remove the complexity of the local installation. Check #250 (comment) . The interactions with this solution could be either using a CLI or a web interface.
Could you share your thoughts on this? Do you think the current solution usable? What do you think?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions