<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>YAML examples on Docs</title>
    <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/</link>
    <description>Recent content in YAML examples on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Basic deployment examples</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/basic-deployment/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/basic-deployment/</guid>
      <description>&lt;p&gt;This page provides complete YAML examples for a basic Redis Enterprise deployment on Kubernetes. These examples include all the essential components you need to deploy a Redis Enterprise cluster and create a database.&lt;/p&gt;&#xA;&lt;p&gt;For complete deployment instructions, see &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/deployment/quick-start/&#34;&gt;Deploy on Kubernetes&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;service-account&#34; class=&#34;group relative&#34;&gt;&#xA;  Service account&#xA;  &lt;a href=&#34;#service-account&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The service account provides an identity for the Redis Enterprise operator.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rack awareness examples</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/rack-awareness/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/rack-awareness/</guid>
      <description>&lt;p&gt;This page provides YAML examples for deploying Redis Enterprise with &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/recommendations/node-selection/#using-rack-awareness&#34;&gt;rack awareness&lt;/a&gt;. Rack awareness distributes Redis Enterprise nodes and database shards across different availability zones or failure domains to improve high availability and fault tolerance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34; class=&#34;group relative&#34;&gt;&#xA;  Prerequisites&#xA;  &lt;a href=&#34;#prerequisites&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Label &lt;a href=&#34;https://kubernetes.io/docs/concepts/architecture/nodes/&#34;&gt;Kubernetes nodes&lt;/a&gt; with zone information&lt;/li&gt;&#xA;&lt;li&gt;Typically uses the standard label &lt;code&gt;topology.kubernetes.io/zone&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Verify node labels: &lt;code&gt;kubectl get nodes -o custom-columns=&amp;quot;name:metadata.name&amp;quot;,&amp;quot;rack\\zone:metadata.labels.topology\.kubernetes\.io/zone&amp;quot;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Install the &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/deployment/&#34;&gt;Redis Enterprise operator&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For complete deployment instructions, see &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/deployment/&#34;&gt;Deploy on Kubernetes&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Active-Active examples</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/active-active/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/active-active/</guid>
      <description>&lt;p&gt;This page provides YAML examples for deploying Active-Active Redis Enterprise databases across multiple Kubernetes clusters. Active-Active databases provide multi-master replication with conflict resolution, enabling global distribution and local read/write access.&lt;/p&gt;&#xA;&lt;p&gt;For complete deployment instructions, see &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/active-active/&#34;&gt;Active-Active databases&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;applying-the-configuration&#34; class=&#34;group relative&#34;&gt;&#xA;  Applying the configuration&#xA;  &lt;a href=&#34;#applying-the-configuration&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;To deploy Active-Active databases using these YAML files, follow &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/active-active/create-reaadb/&#34;&gt;Create Active-Active database (REAADB)&lt;/a&gt;, which provides detailed instructions for preparing clusters, creating RERC resources, and deploying REAADB configurations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Multi-namespace examples</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/multi-namespace/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/multi-namespace/</guid>
      <description>&lt;p&gt;Multi-namespace deployment lets a single Redis Enterprise operator manage clusters and databases in different namespaces, providing better resource isolation and organization.&lt;/p&gt;&#xA;&lt;p&gt;Multi-namespace deployment enables:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Namespace isolation: Separate Redis Enterprise resources by team, environment, or application&lt;/li&gt;&#xA;&lt;li&gt;Centralized management: Single operator manages multiple namespaces&lt;/li&gt;&#xA;&lt;li&gt;Resource sharing: Efficient use of cluster resources across namespaces&lt;/li&gt;&#xA;&lt;li&gt;Flexible RBAC: Fine-grained permissions per namespace&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This example shows:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Operator namespace: &lt;code&gt;redis-enterprise-operator&lt;/code&gt; (where the operator and REC run)&lt;/li&gt;&#xA;&lt;li&gt;Consumer namespaces: &lt;code&gt;app-production&lt;/code&gt;, &lt;code&gt;app-staging&lt;/code&gt; (where REDB resources are created)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For complete deployment instructions, see &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/re-clusters/multi-namespace/&#34;&gt;Manage databases in multiple namespaces&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Log collector RBAC examples</title>
      <link>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/log-collector-rbac/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/operate/kubernetes/8.0.18/reference/yaml/log-collector-rbac/</guid>
      <description>&lt;p&gt;This page provides YAML examples for configuring RBAC permissions for the Redis Enterprise log collector tool. The log collector requires different permission levels depending on the collection mode you choose.&lt;/p&gt;&#xA;&lt;p&gt;For complete log collection instructions, see &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/logs/collect-logs/&#34;&gt;Collect logs&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34; class=&#34;group relative&#34;&gt;&#xA;  Prerequisites&#xA;  &lt;a href=&#34;#prerequisites&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install the &lt;a href=&#34;https://redis.io/docs/latest/operate/kubernetes/8.0.18/deployment/&#34;&gt;Redis Enterprise operator&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Appropriate permissions to create RBAC resources in target namespaces&lt;/li&gt;&#xA;&lt;li&gt;Understanding of your deployment model (single namespace, multi-namespace, etc.)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;collection-modes&#34; class=&#34;group relative&#34;&gt;&#xA;  Collection modes&#xA;  &lt;a href=&#34;#collection-modes&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The log collector has two collection modes that require different RBAC permissions:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
