Partner PaaS Ecosystem
In the modern cloud era, access to raw compute is not enough. Development teams need a cohesive ecosystem to build, ship, and run applications without getting bogged down in infrastructure toil.
Cyberun Cloud provides a fully managed Internal Developer Platform (IDP). By pre-integrating best-in-class open-source technologies, we offer an "Enterprise PaaS" experience that balances flexibility with standardized governance.
The Integrated Toolchain
We have curated a suite of essential services, all integrated with our Single Sign-On (SSO) backbone.
1. Unified Management Plane (Rancher)
- Access: rancher.cyberun.cloud
- Role: Single Pane of Glass.
- Value: Instead of managing
kubectlcontexts manually, partners gain a centralized dashboard to visualize workloads across global clusters (Tokyo, NY, Nuremberg). - Governance: We enforce Role-Based Access Control (RBAC) mapped directly to your organization's OIDC groups. You see only what you own.
2. Secure Supply Chain (Harbor)
- Access: registry.cyberun.cloud
- Role: Artifact Lifecycle Management.
- Value: A private, high-performance registry for Docker images and Helm charts.
- Security: Every pushed image is automatically scanned for CVEs (Common Vulnerabilities and Exposures) before it can be deployed. We block insecure software at the source.
3. Identity Federation (Keycloak)
- Access: auth.cyberun.cloud
- Role: Identity Broker.
- Value: Stop building login forms. Cyberun provides an Enterprise OIDC provider.
- Integration: Your applications can inherit complex identity features (MFA, Social Login, Session Management) by simply integrating with our standard OpenID Connect endpoints.
Database-as-a-Service (DBaaS)
Managing stateful workloads on Kubernetes is notoriously difficult. We abstract this complexity using CloudNativePG (CNPG).
- One-Click Provisioning: Deploy a production-ready PostgreSQL cluster via a simple Helm Chart or CRD.
- Enterprise Features Defaulted:
- High Availability: Primary-Standby architecture with automated failover.
- Point-in-Time Recovery (PITR): Continuous WAL archiving to our Ceph storage allows you to restore data to any second in the past.
- Monitoring: Built-in metrics for deep SQL performance insights.
The "Golden Path" Workflow
We advocate for a standardized "Golden Path" to production:
- Code: Developer pushes code to Git.
- Build: CI pipeline builds the image and pushes to Harbor.
- Scan: Harbor scans the image. If safe, it is marked "Ready".
- Deploy: FluxCD detects the new version and updates the workload on Rancher.
- Run: The app connects to a managed CNPG database using secrets injected by OpenBao.
This pipeline reduces "Time-to-Hello-World" from days to minutes.