<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bahriya Blog</title>
    <link>https://bahriya.cloud/blog</link>
    <atom:link href="https://bahriya.cloud/blog/rss.xml" rel="self" type="application/rss+xml" />
    <description>Product, engineering and opinion from the team building Bahriya.</description>
    <language>en</language>
    <lastBuildDate>Sat, 20 Jun 2026 10:00:00 GMT</lastBuildDate>
    <item>
      <title>The Vault and Configs are here — and they&apos;re the runway for what comes next</title>
      <link>https://bahriya.cloud/blog/vault-and-configs</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/vault-and-configs</guid>
      <pubDate>Sat, 20 Jun 2026 10:00:00 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Two new subsystems land on the platform today, and together they change the shape of what you can build on Bahriya. The Vault is the new home for every piece of sensitive material a container needs to do its job. Configs is the matching home for every piece of non-sensitive material — the config files your app reads at boot.</description>
    </item>
    <item>
      <title>The Bahriya Terraform provider is now on the HashiCorp Registry</title>
      <link>https://bahriya.cloud/blog/terraform-provider</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/terraform-provider</guid>
      <pubDate>Wed, 10 Jun 2026 12:00:00 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>If you manage infrastructure with Terraform, you can now manage Bahriya the same way. The official Bahriya provider is live on the HashiCorp Terraform Registry and ready to use.</description>
    </item>
    <item>
      <title>Multiple custom hostnames and init jobs — HTTP containers grow up</title>
      <link>https://bahriya.cloud/blog/init-jobs-and-multi-hostnames</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/init-jobs-and-multi-hostnames</guid>
      <pubDate>Tue, 09 Jun 2026 09:00:00 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Two features today, both aimed at the moments where a deployment stops being a single image and starts being a small system. Multiple custom hostnames on a container, and init jobs that run to completion before your main container starts.</description>
    </item>
    <item>
      <title>Stateful containers, replicated by default</title>
      <link>https://bahriya.cloud/blog/container-storage</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/container-storage</guid>
      <pubDate>Tue, 02 Jun 2026 09:06:04 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Containers on Bahriya have always been great at running stateless web apps and workers. Today they get a lot better at the other half of the job: keeping state.</description>
    </item>
    <item>
      <title>Tuning a proxy cache for hit rate, latency, and origin load</title>
      <link>https://bahriya.cloud/blog/tuning-proxy-cache</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/tuning-proxy-cache</guid>
      <pubDate>Mon, 01 Jun 2026 09:17:51 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Developer Series</category>
      <description>Turning on proxy caching is a one-click decision. Tuning it well is where the leverage actually shows up. A 60% hit rate cuts your origin load by more than half. An 85% hit rate cuts it by almost seven times. The difference between those two numbers is almost never about the cache itself — it&apos;s about how you sized it, what you keyed it on, and where you placed it relative to your other ingress policies.</description>
    </item>
    <item>
      <title>Managed proxy caching is now live on Bahriya</title>
      <link>https://bahriya.cloud/blog/proxy-caching</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/proxy-caching</guid>
      <pubDate>Mon, 01 Jun 2026 09:17:51 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Most HTTP traffic is repetitive. The same product page, the same catalogue listing, the same public API response — fetched thousands of times, served from your container thousands of times. Each one costs CPU. Each one adds a few milliseconds of tail latency. Each scraper that finds your endpoint costs you compute budget you wanted to spend on real users.</description>
    </item>
    <item>
      <title>Built-in Prometheus metrics are now live on Bahriya</title>
      <link>https://bahriya.cloud/blog/prometheus-metrics</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/prometheus-metrics</guid>
      <pubDate>Mon, 25 May 2026 09:37:55 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Every application has its own definition of &quot;healthy.&quot; HTTP 200s and process-alive checks tell you whether your container is running. They don&apos;t tell you whether your connection pool is saturated, your cache hit rate has cratered, or your request queue is backing up. For that, you need application-level metrics — and for most of the industry, that means Prometheus.</description>
    </item>
    <item>
      <title>Workers and cron jobs are live on Bahriya</title>
      <link>https://bahriya.cloud/blog/workers-and-cron-jobs</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/workers-and-cron-jobs</guid>
      <pubDate>Wed, 20 May 2026 11:51:44 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>When we launched Bahriya, the platform shipped with one container type: long-running HTTP services. That covers a large class of workloads — APIs, web applications, internal services — but it is not the whole picture. Real applications also need background processors that drain a queue and scheduled jobs that run a task on a clock.</description>
    </item>
    <item>
      <title>Securing your container: basic auth and IP rules</title>
      <link>https://bahriya.cloud/blog/securing-your-container</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/securing-your-container</guid>
      <pubDate>Wed, 13 May 2026 12:15:23 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Developer Series</category>
      <description>When you publish a container to the public internet, you usually want some control over who can reach it. A staging deployment shouldn&apos;t be open to crawlers and script kiddies. An internal admin panel shouldn&apos;t accept traffic from random IPs. A production API shouldn&apos;t be one zero-day away from total compromise just because the application library got patched late.</description>
    </item>
    <item>
      <title>Bahriya is live — and we&apos;re opening early access</title>
      <link>https://bahriya.cloud/blog/going-live-early-access</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/going-live-early-access</guid>
      <pubDate>Fri, 01 May 2026 07:58:00 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Bahriya is now live and accepting early access users.</description>
    </item>
    <item>
      <title>Deploying a multi-pool Memcached setup on Bahriya</title>
      <link>https://bahriya.cloud/blog/multi-pool-memcached</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/multi-pool-memcached</guid>
      <pubDate>Thu, 30 Apr 2026 07:58:00 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Developer Series</category>
      <description>Memcached is one of those tools that does one thing and does it well — it caches objects in memory so your application does not hit the database on every request. On Bahriya, Memcached is a managed service that runs alongside your containers with project-private networking, so your cache is only accessible to the containers that need it.</description>
    </item>
    <item>
      <title>The edge container cloud — and why it matters</title>
      <link>https://bahriya.cloud/blog/edge-container-cloud</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/edge-container-cloud</guid>
      <pubDate>Thu, 16 Apr 2026 10:27:05 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Developer Series</category>
      <description>For years, the standard way to serve a global audience was simple: deploy your application to a single region and put a CDN in front of it. Static assets — images, scripts, fonts — got cached at edge nodes around the world. Dynamic requests travelled back to the origin, wherever that was.</description>
    </item>
    <item>
      <title>The path to building Bahriya</title>
      <link>https://bahriya.cloud/blog/building-bahriya</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/building-bahriya</guid>
      <pubDate>Thu, 16 Apr 2026 07:59:00 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Announcements</category>
      <description>Bahriya did not start as a cloud platform. It started as a frustration.</description>
    </item>
    <item>
      <title>Deploying to 4 regions: Amazon ECS vs Bahriya</title>
      <link>https://bahriya.cloud/blog/aws-ecs-vs-bahriya</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/aws-ecs-vs-bahriya</guid>
      <pubDate>Thu, 16 Apr 2026 07:58:53 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Developer Series</category>
      <description>You have a containerised application. You want to deploy it to four regions — Europe, US East, US West, and Asia — with autoscaling, TLS, health checks, and DNS routing. This is one of the most common deployment scenarios for any application that serves a global audience.</description>
    </item>
    <item>
      <title>CDN-level speed with Memcached and GeoDNS</title>
      <link>https://bahriya.cloud/blog/memcached-geodns-cdn</link>
      <guid isPermaLink="true">https://bahriya.cloud/blog/memcached-geodns-cdn</guid>
      <pubDate>Thu, 16 Apr 2026 07:58:52 GMT</pubDate>
      <author>noreply@bahriya.cloud (The Bahriya team)</author>
      <category>Developer Series</category>
      <description>CDNs solve a simple problem: put content close to users. A request from Tokyo should not travel to Frankfurt to fetch a product image or a JSON payload that has not changed in hours. CDNs cache content at edge locations and serve it locally.</description>
    </item>
  </channel>
</rss>
