Please enable JavaScript.
Coggle requires JavaScript to display documents.
Kubernetes (Features (Self Healing (When a container fails, kbrnts will…
Kubernetes
Features
When a container fails, kbrnts will restart it, create a new container in place of the crushed one. If node fails, the containers inside it will be started in another node
As part of CI workloads, kubernetes can replace containers that fail and can restart and restore the original state
Mount the storage system of your choice, local, on cloud, other
- Secret & Configuration Management
Deploy & Update, secrets & application configuration w/o rebuilding the entire image or exposing secrets in stack config
- Service Discovery & Load Balancing
Automatic networking & communication. Kbrnts assigns containers their own IP addresses and a single DNS name for a set of containers performing a logical operation. +Load Balancing across the containers
Scale up & down w. a simple command on the CLI or GUI dashboard. Automatic scaling also based on CPU utilization
Kubernetes packages the application and automatically places containers based on the requirements and available resources
- Automatic Rollbacks & Rollouts
When you want to release an update to an app, kbrnts progressively rolls out these changes and updates to the app or its configs by updating instances one by one, ensuring high availability in case a rollback is needed cauz of failure
Is
Robust & Reliable
In case of a failure the container/s or node that failed will be restarted, replicated, or moved to a new node (if the old one failed). Kub is strong because cluster is at full force at any time
-
-
-
-
-