<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Nutanix on Route179</title>
    <link>https://route179.dev/tags/nutanix/</link>
    <description>Recent content in Nutanix on Route179</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>2026 Sheng Chen</copyright>
    <lastBuildDate>Fri, 13 Sep 2024 20:36:31 +0000</lastBuildDate>
    <atom:link href="https://route179.dev/tags/nutanix/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>NKE Lab series – Ep5: Build a GitOps CD pipeline using GitHub, NKE and Argo CD</title>
      <link>https://route179.dev/2024/09/13/nke-lab-series-ep5-build-a-gitops-cd-pipeline-using-github-nke-and-argo-cd/</link>
      <pubDate>Fri, 13 Sep 2024 20:36:31 +0000</pubDate>
      <guid>https://route179.dev/2024/09/13/nke-lab-series-ep5-build-a-gitops-cd-pipeline-using-github-nke-and-argo-cd/</guid>
      <description>&lt;p&gt;This is the 5th episode of our &lt;a href=&#34;https://route179.dev/tags/nke/&#34;&gt;NKE lab series&lt;/a&gt;. In this episode, I will demonstrate how you can easily build a fully-automated GitOps continues delivery (CD) pipeline, by using Github, NKE and &lt;a href=&#34;https://argoproj.github.io/cd/&#34;&gt;Argo CD&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://about.gitlab.com/topics/gitops/&#34;&gt;GitOps&lt;/a&gt; is a operational framework that takes DevOps best practices (such as version control, Infra-as-Code, CI/CD etc), and applies them to modern and cloud native infrastructure such as Kubernetes-based clusters.&lt;/p&gt;
&lt;p&gt;There are two GitOps approaches: Push-based and Pull-based, and you can reach more about each model &lt;a href=&#34;https://www.harness.io/blog/gitops-the-push-and-pull-approach&#34;&gt;at here&lt;/a&gt;. This post will focus on the Pull-based approach as it provides many benefits such as better version control and governance, more automation and self-service capabilities, and easier for rollback, auditing/compliance suitable for large and stable production environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NKE Lab series – Ep4: Accelerate K8s application development using NKE with Nutanix Database (NDB)</title>
      <link>https://route179.dev/2024/08/29/nke-lab-series-ep4-accelerate-k8s-application-development-using-nke-with-nutanix-database-ndb/</link>
      <pubDate>Thu, 29 Aug 2024 15:05:44 +0000</pubDate>
      <guid>https://route179.dev/2024/08/29/nke-lab-series-ep4-accelerate-k8s-application-development-using-nke-with-nutanix-database-ndb/</guid>
      <description>&lt;p&gt;This is the 4th episode of our &lt;a href=&#34;https://route179.dev/tags/nke/&#34;&gt;NKE lab series&lt;/a&gt;. Previously, I have demonstrated how you can easily deploy a NKE cluster in a Nutanix CE lab environment, and I have explored some NKE platform features including out-of-the-box CSI and CNI support. In this episode, we’ll take a look how you can accelerate Kubernetes application development by integrating NKE with Nutanix Database Service (NDB).&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://route179.dev/2024/08/29/nke-lab-series-ep4-accelerate-k8s-application-development-using-nke-with-nutanix-database-ndb/screenshot-2024-08-29-100955.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;NDB is a Database-as-a-Service designed to help developers speed up application development and simplify database administration across on-prem and public clouds. It simplifies database operations such as test DB provisioning/cloning and integrated snapshots/backup etc. It also provides a consistent “Database-as-Code” experience using REST API and K8s integrations. NDB supports most popular database engines, and you can read more about it &lt;a href=&#34;https://www.nutanix.com/au/products/database-service&#34;&gt;at here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NKE lab series – Ep3: Deep dive into NKE networking with Calico CNI</title>
      <link>https://route179.dev/2024/08/08/nke-lab-series-ep3-deep-dive-into-nke-networking-with-calico-cni/</link>
      <pubDate>Thu, 08 Aug 2024 20:11:10 +0000</pubDate>
      <guid>https://route179.dev/2024/08/08/nke-lab-series-ep3-deep-dive-into-nke-networking-with-calico-cni/</guid>
      <description>&lt;p&gt;This is the 3rd episode of our NKE lab series. Previously, I have walked through:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://route179.dev/2024/08/08/nutanix-kubernetes-engine-nke-lab-series-ep1-create-a-nke-enabled-kubernetes-cluster-on-nutanix-community-edition-ce/&#34;&gt;How to deploy a NKE-enabled Kubernetes cluster in a nested Nutanix CE environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://route179.dev/2024/08/08/nke-lab-series-ep2-deploy-a-multi-tier-web-application-on-a-nke-enabled-kubernetes-cluster-using-nutanix-csi/&#34;&gt;How to provide persistent storage to your NKE clusters using 2x Nutanix CSI options &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this episode, we’ll deep dive into the NKE networking spaces by exploring the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PART-1: Exploring Calico CNI deployment models within a NKE cluster&lt;/li&gt;
&lt;li&gt;PART-2: Applying standard Kubernetes network policy in a NKE cluster&lt;/li&gt;
&lt;li&gt;PART-3: Leveraging Calico specific policies in a NKE cluster&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;pre-requisites&#34;&gt;&lt;strong&gt;pre-requisites&lt;/strong&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;a 1-node or 3-node &lt;a href=&#34;https://next.nutanix.com/discussion-forum-14/download-community-edition-38417&#34;&gt;Nutanix CE 2.0&lt;/a&gt; cluster deployed in nested virtualization depending on your lab compute capacity, as documented &lt;a href=&#34;https://www.jeroentielen.nl/installing-nutanix-community-edition-ce-on-vmware-esxi-vsphere/&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://polarclouds.co.uk/nested-nutanix-ce-deployment/&#34;&gt;here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;a NKE-enabled K8s cluster deployed in Nutanix CE (&lt;a href=&#34;https://route179.dev/2024/08/08/nutanix-kubernetes-engine-nke-lab-series-ep1-create-a-nke-enabled-kubernetes-cluster-on-nutanix-community-edition-ce/&#34;&gt;see Ep1&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;a Guestbook demo app deployed onto the NKE cluster (&lt;a href=&#34;https://route179.dev/2024/08/08/nke-lab-series-ep2-deploy-a-multi-tier-web-application-on-a-nke-enabled-kubernetes-cluster-using-nutanix-csi/&#34;&gt;see Ep2&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;a lab network environment supports VLAN tagging and provides basic infra services such as AD, DNS, NTP etc (these are required when installing the CE cluster)&lt;/li&gt;
&lt;li&gt;a Linux/Mac workstation for managing the Kubernetes cluster, with &lt;strong&gt;Kubectl installed&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;part-1-exploring-calico-cni-models-in-nke&#34;&gt;PART-1: Exploring Calico CNI models in NKE&lt;/h2&gt;
&lt;p&gt;Calico is recognized as the &lt;a href=&#34;https://www.tigera.io/blog/calico-in-2020-the-worlds-most-popular-kubernetes-cni/&#34;&gt;most popular CNI plugins&lt;/a&gt; within he Kubernetes community, and it has been widely deployed in production thanks to its reliable performance and comprehensive networking and security features.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NKE lab series – Ep2: Deploy a multi-tier web application on a NKE cluster using persistent storage with Nutanix CSI</title>
      <link>https://route179.dev/2024/08/08/nke-lab-series-ep2-deploy-a-multi-tier-web-application-on-a-nke-enabled-kubernetes-cluster-using-nutanix-csi/</link>
      <pubDate>Thu, 08 Aug 2024 13:50:58 +0000</pubDate>
      <guid>https://route179.dev/2024/08/08/nke-lab-series-ep2-deploy-a-multi-tier-web-application-on-a-nke-enabled-kubernetes-cluster-using-nutanix-csi/</guid>
      <description>&lt;p&gt;This is the 2nd episode of our NKE lab series. In the &lt;a href=&#34;https://route179.dev/2024/08/08/nutanix-kubernetes-engine-nke-lab-series-ep1-create-a-nke-enabled-kubernetes-cluster-on-nutanix-community-edition-ce/&#34;&gt;1st episode&lt;/a&gt;, I have demonstrated how you can easily deploy an enterprise-grade NKE cluster in a Nutanix CE lab environment with nested virtualization.&lt;/p&gt;
&lt;p&gt;In this episode, we’ll deploy a containerized multi-tier web application onto our NKE cluster, by leveraging the built-in Nutanix CSI driver to provide persistent storage for the demo app.&lt;/p&gt;
&lt;p&gt;Specifically, we’ll explore 2x Nutanix CSI options:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nutanix Kubernetes Engine (NKE) lab series – Ep1: Create a NKE-enabled Kubernetes Cluster on Nutanix Community Edition (CE)</title>
      <link>https://route179.dev/2024/08/08/nutanix-kubernetes-engine-nke-lab-series-ep1-create-a-nke-enabled-kubernetes-cluster-on-nutanix-community-edition-ce/</link>
      <pubDate>Thu, 08 Aug 2024 09:15:47 +0000</pubDate>
      <guid>https://route179.dev/2024/08/08/nutanix-kubernetes-engine-nke-lab-series-ep1-create-a-nke-enabled-kubernetes-cluster-on-nutanix-community-edition-ce/</guid>
      <description>&lt;p&gt;This blog is the 1st episode of a Nutanix Kubernetes Engine (NKE) home lab series. In this post, I will walk through the detailed process of deploying an enterprise-ready NKE-enabled Kubernetes cluster within a &lt;a href=&#34;https://www.nutanix.com/au/products/community-edition&#34;&gt;Nutanix CE&lt;/a&gt; environment.&lt;/p&gt;
&lt;p&gt;Nutanix CE is a free version of Nutanix AOS, which powers the Nutanix Enterprise Cloud Platform. It is designed for people interested in test driving Nutanix platform features and capabilities in a non-production or PoC environment. Even better, Nutanix CE also works in a nested virtualization deployment on top of ESXi/vSphere. This makes it perfect for hands-on testing or exploring in a safe environment such as home-lab, which is exactly what I’m running here!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
