Quickstart Guide
This guide will walk you through signing up for Datum Cloud and deploying your first workload and network.Prerequisites
Before you begin, ensure you have:- A GitHub account (for authentication)
kubectlCLI tool installed (installation guide)- Basic familiarity with Kubernetes concepts
Step 1: Sign Up for Datum Cloud
Navigate to Datum Cloud
Visit cloud.datum.net and click “Sign Up”.
Authenticate with GitHub
Use your GitHub account to sign up. Once approved, you’ll receive a welcome email.
When you sign up, Datum automatically creates:
- A Personal Organization for your account
- An OrganizationMembership granting you Owner access
- A Personal Project as your default workspace
Step 2: Configure kubectl Access
Download your kubeconfig
From the Datum Cloud dashboard, navigate to Settings → Access and download your kubeconfig file.
Step 3: Create Your First Network
Create a network to provide connectivity for your workloads.Step 4: Deploy Your First Workload
Now let’s deploy a simple workload (compute instances).Watch workload deployment
Ready status. This may take a few minutes as instances are provisioned.Step 5: Expose Your Workload with a Gateway
Use the Kubernetes Gateway API to expose your workload to the internet.Step 6: Verify Your Deployment
Test your deployed application:Next Steps
Congratulations! You’ve successfully deployed your first application on Datum Cloud. Here’s what to explore next:Core Concepts
Learn about Networks, Workloads, and Gateways in detail
Architecture
Understand how Datum works under the hood
Managing Resources
Master kubectl commands for Datum resources
Security Best Practices
Secure your infrastructure with RBAC and policies
Getting Help
Need assistance? Here are some resources:- Documentation: Browse the full documentation
- Community Discord: Join our Discord server
- GitHub Issues: Report bugs or request features on GitHub
- Blog: Read tutorials and updates on our blog