<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>The DevOpsArk blog</title>
    <link>https://devopsark.ai/blog/</link>
    <atom:link href="https://devopsark.ai/rss.xml" rel="self" type="application/rss+xml"/>
    <description>DevOpsArk is an agentic DevOps platform that automates delivery, Kubernetes, infrastructure, observability and security from one control plane.</description>
    <language>en</language>
    <lastBuildDate>Sun, 23 Aug 2026 11:35:47 GMT</lastBuildDate>
    <item>
      <title>SSL certificate management: preventing the outage nobody planned for</title>
      <link>https://devopsark.ai/blog/cloud/ssl-certificate-management-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/cloud/ssl-certificate-management-guide/</guid>
      <description>Why certificate expiry still causes outages, how to find the certificates nobody documented, and how to automate renewal so the problem stops recurring.</description>
      <category>cloud</category>
      <pubDate>Wed, 15 Jul 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes troubleshooting: a decision tree that works</title>
      <link>https://devopsark.ai/blog/cloud/kubernetes-troubleshooting/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/cloud/kubernetes-troubleshooting/</guid>
      <description>The common Kubernetes failures, what each one actually means, and the order of checks that reaches the cause fastest.</description>
      <category>cloud</category>
      <pubDate>Wed, 08 Jul 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Multi-cloud DevOps: making one operating model work across providers</title>
      <link>https://devopsark.ai/blog/cloud/multi-cloud-devops-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/cloud/multi-cloud-devops-guide/</guid>
      <description>Why organisations end up multi-cloud, what it genuinely costs, and how to build one operating model across providers without pretending they are identical.</description>
      <category>cloud</category>
      <pubDate>Wed, 24 Jun 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI versus traditional automation: choosing the right one</title>
      <link>https://devopsark.ai/blog/ai-devops/ai-vs-traditional-automation/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/ai-devops/ai-vs-traditional-automation/</guid>
      <description>A decision framework for when a deterministic script is the correct answer and when a reasoning agent earns its extra complexity and risk.</description>
      <category>ai-devops</category>
      <pubDate>Wed, 17 Jun 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Secrets management: getting credentials out of your repositories</title>
      <link>https://devopsark.ai/blog/devsecops/secrets-management-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devsecops/secrets-management-guide/</guid>
      <description>How to centralise credentials, replace long-lived secrets with short-lived ones, rotate without breaking consumers, and respond when a secret leaks.</description>
      <category>devsecops</category>
      <pubDate>Wed, 10 Jun 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI-powered incident response: compressing the first ten minutes</title>
      <link>https://devopsark.ai/blog/ai-devops/ai-powered-incident-response/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/ai-devops/ai-powered-incident-response/</guid>
      <description>Where incident time actually goes, which parts an agent can take over safely, and how to structure incident response so the automation helps rather than adds noise.</description>
      <category>ai-devops</category>
      <pubDate>Wed, 03 Jun 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI log analysis: making millions of lines legible</title>
      <link>https://devopsark.ai/blog/ai-devops/ai-log-analysis-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/ai-devops/ai-log-analysis-guide/</guid>
      <description>How log pattern extraction works, why it finds errors that search never will, and how to use novelty and rate detection without generating a new source of noise.</description>
      <category>ai-devops</category>
      <pubDate>Wed, 27 May 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Vulnerability management: turning a report into a work queue</title>
      <link>https://devopsark.ai/blog/devsecops/vulnerability-management-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devsecops/vulnerability-management-guide/</guid>
      <description>How to make a twelve-thousand-row vulnerability report actionable: deduplication, exposure-based ranking, ownership and verified closure.</description>
      <category>devsecops</category>
      <pubDate>Wed, 20 May 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>DevOps platform or toolchain? An honest comparison</title>
      <link>https://devopsark.ai/blog/devops/devops-platform-vs-toolchain/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devops/devops-platform-vs-toolchain/</guid>
      <description>The real trade-off between assembling best-of-breed tools and adopting an integrated platform, including the costs of each that vendors on both sides tend not to mention.</description>
      <category>devops</category>
      <pubDate>Wed, 13 May 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Alerting that people still read at 3am</title>
      <link>https://devopsark.ai/blog/observability/devops-alerting-best-practices/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/observability/devops-alerting-best-practices/</guid>
      <description>How to build an alerting system with a high proportion of actionable pages: correlation, ownership routing, suppression, and deleting the rules that never produce a decision.</description>
      <category>observability</category>
      <pubDate>Wed, 06 May 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AI agents in DevOps: where they help and where they do not</title>
      <link>https://devopsark.ai/blog/ai-devops/ai-agents-in-devops/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/ai-devops/ai-agents-in-devops/</guid>
      <description>A practical assessment of where AI agents genuinely improve infrastructure work, where they are oversold, and how to introduce them without creating a new class of incident.</description>
      <category>ai-devops</category>
      <pubDate>Fri, 24 Apr 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes deployment strategies: rolling, blue/green and canary</title>
      <link>https://devopsark.ai/blog/kubernetes/kubernetes-deployment-strategies/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/kubernetes/kubernetes-deployment-strategies/</guid>
      <description>How rolling updates, blue/green and canary deployments differ, what each actually protects you from, and how to choose per environment rather than per opinion.</description>
      <category>kubernetes</category>
      <pubDate>Sat, 18 Apr 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes security: the controls that matter most</title>
      <link>https://devopsark.ai/blog/devsecops/kubernetes-security-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devsecops/kubernetes-security-guide/</guid>
      <description>A prioritised guide to securing Kubernetes (RBAC, pod security, network policy, secrets and supply chain) ordered by risk reduced rather than by chapter number.</description>
      <category>devsecops</category>
      <pubDate>Thu, 09 Apr 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Logs, metrics and traces: which signal answers which question</title>
      <link>https://devopsark.ai/blog/observability/logs-metrics-traces/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/observability/logs-metrics-traces/</guid>
      <description>What each telemetry type is genuinely good at, what it costs, and how to decide where a given piece of information belongs.</description>
      <category>observability</category>
      <pubDate>Thu, 02 Apr 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes cost optimization: where the money actually goes</title>
      <link>https://devopsark.ai/blog/cloud/kubernetes-cost-optimization/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/cloud/kubernetes-cost-optimization/</guid>
      <description>Why Kubernetes clusters cost more than they should, how to attribute spend to teams, and the specific changes that produce the largest savings.</description>
      <category>cloud</category>
      <pubDate>Tue, 31 Mar 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Container security: the practices that actually reduce risk</title>
      <link>https://devopsark.ai/blog/devsecops/container-security-best-practices/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devsecops/container-security-best-practices/</guid>
      <description>Build-time hardening, runtime restriction and supply chain controls for containers, ordered by how much risk each one removes rather than by how often it is mentioned.</description>
      <category>devsecops</category>
      <pubDate>Wed, 25 Mar 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to automate Docker builds without hand-writing Dockerfiles</title>
      <link>https://devopsark.ai/blog/devops/automate-docker-builds/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devops/automate-docker-builds/</guid>
      <description>Multi-stage builds, layer caching that actually works, hardening defaults, and how to generate and maintain container definitions across a large service estate.</description>
      <category>devops</category>
      <pubDate>Thu, 19 Mar 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Monitoring vs observability: a distinction worth keeping</title>
      <link>https://devopsark.ai/blog/observability/monitoring-vs-observability/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/observability/monitoring-vs-observability/</guid>
      <description>The difference between monitoring and observability, why the distinction is more than marketing, and what each one is actually for.</description>
      <category>observability</category>
      <pubDate>Wed, 11 Mar 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Multi-cluster Kubernetes management: patterns that hold up</title>
      <link>https://devopsark.ai/blog/kubernetes/kubernetes-multi-cluster-management/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/kubernetes/kubernetes-multi-cluster-management/</guid>
      <description>Why organisations end up with many Kubernetes clusters, what actually gets hard at that point, and the operational patterns that survive contact with a growing fleet.</description>
      <category>kubernetes</category>
      <pubDate>Wed, 04 Mar 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>DevOps automation: what to automate, in what order</title>
      <link>https://devopsark.ai/blog/devops/devops-automation-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devops/devops-automation-guide/</guid>
      <description>A practical sequence for automating a delivery path, which step gives the most back first, which automation tends to be regretted, and how to tell when a stage is genuinely done.</description>
      <category>devops</category>
      <pubDate>Thu, 26 Feb 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What is DevSecOps? Beyond &quot;shift left&quot;</title>
      <link>https://devopsark.ai/blog/devsecops/what-is-devsecops/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devsecops/what-is-devsecops/</guid>
      <description>What DevSecOps means in practice, why shifting left fails when the feedback is not actionable, and the practices that actually change security outcomes.</description>
      <category>devsecops</category>
      <pubDate>Wed, 18 Feb 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes monitoring: what to measure and why</title>
      <link>https://devopsark.ai/blog/kubernetes/kubernetes-monitoring-guide/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/kubernetes/kubernetes-monitoring-guide/</guid>
      <description>A practical guide to Kubernetes monitoring: the cluster, node and workload signals that predict failure, the ones that only look useful, and how to alert on them without drowning.</description>
      <category>kubernetes</category>
      <pubDate>Wed, 11 Feb 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What is observability, and how is it different from monitoring?</title>
      <link>https://devopsark.ai/blog/observability/what-is-observability/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/observability/what-is-observability/</guid>
      <description>A definition of observability that does more work than &quot;the three pillars&quot;: what property you are actually trying to obtain, and how to tell whether you have it.</description>
      <category>observability</category>
      <pubDate>Wed, 04 Feb 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What is agentic DevOps?</title>
      <link>https://devopsark.ai/blog/ai-devops/what-is-agentic-devops/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/ai-devops/what-is-agentic-devops/</guid>
      <description>A precise definition of agentic DevOps, how it differs from scripted automation and from AIOps, and the conditions under which an agent is safe to give real access.</description>
      <category>ai-devops</category>
      <pubDate>Thu, 29 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Kubernetes architecture explained: the parts that matter operationally</title>
      <link>https://devopsark.ai/blog/kubernetes/kubernetes-architecture-explained/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/kubernetes/kubernetes-architecture-explained/</guid>
      <description>What each Kubernetes component actually does, which ones you will meet during an incident, and the mental model that makes cluster behaviour predictable.</description>
      <category>kubernetes</category>
      <pubDate>Thu, 22 Jan 2026 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What is DevOps? A definition that survives contact with practice</title>
      <link>https://devopsark.ai/blog/devops/what-is-devops/</link>
      <guid isPermaLink="true">https://devopsark.ai/blog/devops/what-is-devops/</guid>
      <description>What DevOps actually means, where the definition came from, what the lifecycle looks like in practice, and the common misreadings that turn it into a job title instead of a way of working.</description>
      <category>devops</category>
      <pubDate>Thu, 08 Jan 2026 09:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
