When it comes to storage, the last thing you want to worry about is losing valuable data. AWS S3 makes sure this loss doesn’t happen by making copies of your objects on multiple devices across multiple facilities. Object storage capability also lets you preserve, retrieve and restore every version…
Developer Control Plane
Looking to grow beyond the limitations of a one-size-fits-all PaaS like Heroku?
In April this year, Heroku disclosed that a threat actor obtained access to a Heroku database and downloaded customer GitHub integration OAuth tokens. OAuth is an authentication protocol that allows you to approve one application interacting with another on your behalf without giving away your password. This outage proved to…
Health Checks, Readiness Probe and Pod State
When your application is in production mode, you want to configure health checks to know if something goes wrong. To know when there is a malfunction or an issue, you can make your deployments more robust by creating custom health checks.…
Building a Developer Control Plane on CTO.ai
Kubernetes is an open-source container orchestration tool designed to automate, deploy, scale, and operate application containers. Kubernetes lets you run distributed systems resiliently, with scaling and failover for your application. It acts as a container orchestrator that helps ensure each container is where it’s supposed to be and that…