<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Minikube on Henry Du Blog</title>
    <link>https://www.henrydu.com/tags/minikube/</link>
    <description>Recent content in Minikube on Henry Du Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 24 Oct 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.henrydu.com/tags/minikube/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Running A Simple Operator in Minikube</title>
      <link>https://www.henrydu.com/2020/10/24/running-a-simple-operator/</link>
      <pubDate>Sat, 24 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.henrydu.com/2020/10/24/running-a-simple-operator/</guid>
      <description>Running A Simple Operator in Minikube Introduction You may have heard of Kubernetes operator pattern. Maybe you have worked on one of projects that has Custom Resource Definition (CRD). Custom resource definitions are cool things once you define your custom resource on Kubernetes by using YAML. The Kubernetes API server component will implement CRUD API for you automatically. Then, you can use powerful Kubernetes clients, such as kubectl to interact with your own resources managed by Kubernetes.</description>
    </item>
    
    <item>
      <title>Minikube Docker Image Management</title>
      <link>https://www.henrydu.com/2020/09/11/minikube-docker-image-management/</link>
      <pubDate>Fri, 11 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.henrydu.com/2020/09/11/minikube-docker-image-management/</guid>
      <description>Minikube manage docker images Minikube Minikube is a tool that make it easily to run Kubernetes locally. Installing minikube is very naturally for MacOS.
After install minikube, we can check minikube status
&amp;gt; minikube status minikube type: Control Plane host: Running kubelet: Running apiserver: Running kubeconfig: Configured We also can list default minikube pods
&amp;gt; kubectl get pods -n kube-system NAME READY STATUS RESTARTS AGE coredns-66bff467f8-lnt67 1/1 Running 0 10d etcd-minikube 1/1 Running 0 10d kube-apiserver-minikube 1/1 Running 0 10d kube-controller-manager-minikube 1/1 Running 0 10d kube-proxy-pqg98 1/1 Running 0 10d kube-scheduler-minikube 1/1 Running 0 10d storage-provisioner 1/1 Running 0 10d Create a nginx pod Let&amp;rsquo;s create a nginx service quickly</description>
    </item>
    
  </channel>
</rss>