Networking
Connect and secure your infrastructure with private networks, security groups, public routing, and DNS.
What is Networking?
Networking connects your instances to each other and to the internet while enforcing security. Key concepts:
- Private Networks — tenant-scoped virtual networks (VPC-style)
- Security Groups & Rules — stateful virtual firewalls for instances
- Public Exposure helpers — publish selected services via HTTP(S) routing
- DNS Management — map friendly names to instances/Services
When to use it
- Isolate workloads on their own private network
- Enforce least-privilege access with security group rules
- Expose apps publicly via controlled routes and TLS termination
- Assign stable hostnames for services
Features
- Create private networks (auto-assigned CIDR or specify 10.1.x.0/24)
- Manage security groups and fine‑grained rules
- Configure public routes via edge helpers
- Manage DNS labels for instances/Services
Next: Step-by-step Guide
Looking for a hands-on walkthrough? See the guide:
- Go to the Networking Guide → Create networks, configure rules, and publish services
Related links
- Compute → Launch instances
- Security Groups → Firewall rules
- Storage → Persistent volumes