We know how challenging DevOps can be, so we built the Cycle platform to empower anyone building a meaningful product, no matter their expertise, to approach DevOps with confidence and simplicity.
By humanizing the experience and building approachable fundamentals that anyone could really use, LowOps is the opportunity to easily do something that is normally very complex.
The Cycle platform was built from the ground up with every piece in mind. We bring the power of automation, deployment, management and scaling to the user in a way that empowers them to move forward more efficiently without sacrificing control, visibility or flexibility.
Teams can standardize operations while still tailoring infrastructure to their unique needs, all from a single, unified platform.
Cycle is so effective that we often forget about it. From time to time, they ping us to check if we need any help; most of the time, we don't. The infrastructure just works, so we can focus on building our features. They live up to their motto, 'LowOps DevOps.'
Galileo Sanchez, Lead Technologist @ GLUi
Environments-as-code or Stacks are the blueprints for your applications. Using YAML, JSON or portal, your services can be defined, source-controlled and deployed. Roll backs and new deployments are automated. Stacks define everything from the containers and their configurations, to the scoped variables, load balancer configurations and other service configurations in a single file.
(json)
{
"version": "1.0",
"about": {
"description": "Production platform API",
"version": "1.0.0"
},
"containers": {
"api": {
"name": "api",
"stateful": false,
"image": {
"name": "api",
"origin": {
"type": "docker-file",
"details": {
"build_file": "/Dockerfile",
"context_dir": "/"
}
}
},
"config": {
"network": {
"hostname": "api",
"ports": ["80:5000", "443:5000"],
"public": "enable"
},
"deploy": {
"instances": 8,
"strategy": "high-availability",
"health_check": {
"command": "./health-check.sh",
"delay": "15s",
"interval": "15s",
"retries": 3,
"restart": true,
"timeout": "30s"
// ...
Low level observability and monitoring are baked into the platform without the help of 3rd party integrations. Audit trails and logs provide an easy way to track what's being done, all from one single plane of glass.
Deploying directly from your repository has never been easier. Setting up CI/CD integrations with your favorite tools makes it easy for anyone to deploy new images and iterate fast if something needs changed.
Growing teams grow faster with the scalability of Cycle. Our in-house load balancer allows for easy auto-scaling, and disaster recovery. Hybrid infrastructure and multi-region support allows for easy migration between providers and smarter resource utilization.
Reducing friction and empowering developers by allowing use of the API, portal and CLI to self-serve in a way that's never been done before.
Peace of mind is priority when you empower your developers to do more. Role based access controls (RBAC) can be granularly defined to all levels of your organization allowing your policies and compliance to be enforced throughout the process.
We use cookies to enhance your experience. You can manage your preferences below.