Documentation Portal for Virtuozzo Application Management
Kubernetes Hosting
In this section:
FAQs
What is Kubernetes hosting in the platform?Kubernetes hosting allows you to deploy and manage Kubernetes clusters on the Virtuozzo Application Management, providing scalable and containerized application environments. Complex cluster setup is fully automated and optimized for the best performance.
How do I create a Kubernetes cluster?The Kubernetes cluster solution is available for automatic installation via platform
Marketplace.
Can I upgrade a Kubernetes cluster?Yes. Use the automated upgrade workflow from the Kubernetes Cluster Configuration add-on.
How to deploy applications to a Kubernetes cluster?Deploy applications using standard Kubernetes manifests (yaml or json files) or with Helm charts.
How do I expose services externally?Configure ingress (such as Traefik) and, if needed, attach a public IP. Other options include such services as NodePort and LoadBalancer.
How is persistent storage handled?The platform provides an option to attach and automatically configure a dedicated NFS storage with dynamic provisioning for your Kubernetes cluster. Alternatively, you can set up and manage your own storage solution.