|
|
|
|
|
by Fiahil
2127 days ago
|
|
> HyScale hopes to provide higher-level entities to deal with, as well as providing ways to do higher-level ops & deployment introspection. That's exactly why the operator pattern exists! Kubernetes stands out from other container orchestration tools for one reason only: it's portable. I can apply my templates to any cluster -empty or not- and my services will be running with the same topology. I can make them work with an existing installation, if I need to. To this end, I need to be able to inspect, modify and understand how everything is fitting together. An abstraction layer will always complicate things. As said before, Helm is great because it doesn't hide Kubernetes' insides. |
|