Kubernetes without breaks, with help and without worries – made for your needs, servers and budget
HOW IT WORKS?
How does our Kubernetes work?
Containerization
Apps are packed into containers defined by a Dockerfile
Container images are stored on storage, for example your own Harbor or hub.docker.com
CI/CD brings
Checking code quality and build before deploy
Automatic zero-downtime deploy of your apps
A change in git is deployed automatically without effort or hard steps to your chosen environment (production/dev) with tests
Kubernetes cluster
Stable environment where the app is deployed across many virtual machines
Deployment does not mean downtime, the app runs in many replicas – while the new version is deployed, the old one is still running and keeps the site online