Archive

Category: Kairos

  • Validating Docker Image Pullability without the Docker cli or socket

    When you’re running an uptime monitor, checking whether a container image is actually pullable is a surprisingly deep problem. The naive approach — spinning up a Docker daemon and running docker pull — is heavy, requires socket access, and introduces a serious security risk in most environments. Kairos solves this differently: by speaking directly to the OCI Distribution…

    Read more →

  • Introducing Kairos — Open Source Uptime & Availability Monitoring,

    Most uptime monitoring tools force you to choose between a cloud SaaS product with per-check fees, limited retention, and data leaving your network — or a heavy, complex setup that takes hours to configure. Kairos was built to close that gap: a batteries-included solution that runs on your own infrastructure, costs nothing beyond your server,…

    Read more →