Introduction to Vyntech Cloud
Get started with Vyntech Cloud, a fully managed platform designed to simplify deploying and running your applications. Whether you are a solo developer or an enterprise team, Vyntech Cloud provides the infrastructure you need without the complexity of managing it yourself.
What is Vyntech Cloud?
Under the hood, Vyntech Cloud is powered by a robust, multi-tenant Kubernetes architecture. However, you don't need to be a Kubernetes expert to use it.
Instead of manually provisioning servers, configuring networking, and maintaining underlying operating systems, you simply define your applications (Workloads) and let Vyntech Cloud handle the rest. It automatically manages scaling, healing, load balancing, and secure networking to keep your applications online 24/7.
Core Concepts
Projects & Clusters
A Project helps you organize resources by team or environment. Inside a Project, you provision Clusters — isolated environments where your applications run.
Workloads
Workloads are your actual applications, such as web servers, background workers, or databases. They are deployed as containerized apps (e.g., Docker containers).
Storage & Secrets
Persistent volumes ensure your data is saved across application restarts. Secrets securely store sensitive data like API keys and passwords.
Custom Domains
Easily attach your own domains (e.g., api.yourcompany.com) to your Workloads, with automatic SSL/TLS certificate provisioning.
How It Works
Deploying an application is a straightforward process:
- 1Create a Cluster: Provision a new managed environment within your Project.
- 2Deploy a Workload: Provide your Docker image, set environment variables, and define required resources (CPU/Memory).
- 3Expose to the Web: Configure an Ingress or Custom Domain to route internet traffic to your Workload.