K8SaaS Introduction
Purpose
Section titled “Purpose”K8SaaS is a batteries-included Kubernetes distribution that embeds proven best practices. It runs on any certified Kubernetes infrastructure and integrates with the CNCF ecosystem to streamline the developer experience.
Core components are managed for you, so you do not have to maintain base deployments, track tool upgrades, or wire up complex integrations.
Built-in capabilities
Section titled “Built-in capabilities”A fresh K8SaaS cluster ships with the essentials:
- Monitoring and alerting
- Backup and restore
- Network policies
- Autoscaling and cost controls
- TLS certificate automation
- DNS management
- Secrets management
- Centralized logging
- Managed databases
- GitOps workflow
See the full application list in the Tooling section.
Cluster bootstrap
Section titled “Cluster bootstrap”Follow these steps to bring up and manage a cluster.
-
Create
config.yamlfor your target provider. -
After deployment, add your workloads.
-
For upgrades or teardown, use the commands below.
Reference
Section titled “Reference”Configuration options are documented on the Reference page.