Cycle Logo

Integrated Security
from Day One.

Security isn't an afterthought. From the moment infrastructure is provisioned, Cycle enforces secure defaults, automates TLS, and isolates workloads to ensure your environment is protected from the start.

Sensible Security Without the Complexity

Cycle gives you strong security defaults right out of the box. No guesswork, no plug-ins, and no extra vendors just to cover the basics.
Platform-Managed Patching

Automatic Updates

Your infrastructure stays fresh with biweekly platform, OS, and kernel updates. Cycle handles it automatically so you don't have to think about patches or missed security fixes.

Integrated Monitoring & Detection

Fewer Tools, Less Overhead

Every external tool introduces complexity, cost, and risk. Cycle reduces your vendor surface by building core security into the orchestration layer itself.

Per-Environment Networks

Every environment in Cycle gets its own fully encrypted Layer 3 network, created automatically. The platform handles all routing and endpoint discovery, even across different infrastructure providers. Workloads inside the environment can communicate securely, with no manual setup required.

Integrated Web Application Firewall (WAF)

Protect services with built-in web application firewall capabilities. Configure rules at the platform level to block unwanted traffic before it reaches your workloads.

WAF Config Example

(json)

[
  {
    "description": "allow traffic from Cloudflare",
    "skip": false,
    "type": "allow",
    "match": "any",
    "conditions": [
      {
        "type": "ip-match",
        "operator": "in",
        "value": [
          "173.245.48.0/20",
          "103.21.244.0/22",
          "103.22.200.0/22",
          "103.31.4.0/22",
			// ...
        ]
      }
    ]
  },
  {
    "description": "block all other traffic",
    "skip": false,
    "type": "block",
    "match": "any",
    "conditions": [
      {
        "type": "ip-match",
        "operator": "==",
        "value": "0.0.0.0/0"
      },
      {
        "type": "ip-match",
        "operator": "==",
        "value": "::/0"
      }
    ]
  }
]

// ...

Automatic TLS/SSL Certificates

Cycle automatically provisions and renews TLS/SSL certificates, keeping your applications secure without manual intervention.

Proxy-Based Access Systems

For users who have the capability enabled, access containers and VMs securely without managing keys or opening ports. Cycle generates short-lived SSH sessions through a hardened proxy with zero setup required.

Intrusion Detection & Integrated Circuit Breakers

For users who have the capability enabled, access containers and VMs securely without managing keys or opening ports. Cycle generates short-lived SSH sessions through a hardened proxy with zero setup required.

And much, much more...

From health checks and service discovery to rollback support and scoped variables, Cycle is packed with features that help teams ship faster.

We use cookies to enhance your experience. You can manage your preferences below.