<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubernetes on Subhadip's Blog</title><link>https://www.subhadig.net/tags/kubernetes/</link><description>Recent content in Kubernetes on Subhadip's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>Subhadip Ghosh</copyright><lastBuildDate>Thu, 14 May 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://www.subhadig.net/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started with Kubernetes using Minikube - Deploying an application</title><link>https://www.subhadig.net/posts/getting-started-with-kubernetes-using-minikube-deploying-an-application/</link><pubDate>Thu, 14 May 2020 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/getting-started-with-kubernetes-using-minikube-deploying-an-application/</guid><description>&lt;h3 id="introduction"&gt;Introduction&lt;/h3&gt;
&lt;p&gt;This is my second article in the
&lt;a href="https://www.subhadig.net/tags/minikube/"&gt;Kubernetes with Minikube&lt;/a&gt; series.
In the
&lt;a href="https://www.subhadig.net/posts/getting-started-with-kubernetes-using-minikube-installation/"&gt;first article&lt;/a&gt;
I discussed about how to create a local Kubernetes cluster with &lt;em&gt;Minikube&lt;/em&gt;. In
this article, I will be talking about deploying an application in a local
&lt;em&gt;Minikube&lt;/em&gt; cluster.&lt;/p&gt;
&lt;h3 id="simple-web-service"&gt;Simple Web service&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Simple Web service&lt;/em&gt; is a &lt;a href="https://spring.io/projects/spring-boot"&gt;Spring Boot&lt;/a&gt;
application written it Java. It has the following REST endpoint:
&lt;code&gt;GET /details&lt;/code&gt;. And here is how the response looks like:&lt;/p&gt;</description></item><item><title>Getting started with Kubernetes using Minikube - Installation</title><link>https://www.subhadig.net/posts/getting-started-with-kubernetes-using-minikube-installation/</link><pubDate>Tue, 21 Apr 2020 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/getting-started-with-kubernetes-using-minikube-installation/</guid><description>&lt;h3 id="introduction"&gt;Introduction&lt;/h3&gt;
&lt;p&gt;I am working on a series of opinionated posts on how to get started with the
basics of
&lt;a href="https://www.subhadig.net/tags/minikube/"&gt;Kubernetes using Minikube&lt;/a&gt;. In
these posts, I will discuss on a range of topics starting from the installation
of Minikube to the deployment of pods and also workarounds for a few annoying
issues I faced along the way. This is the first article of the series where I
talk about how to install Minikube in your local computer.&lt;/p&gt;</description></item></channel></rss>