Posts for: #Kubernetes

Getting started with Kubernetes using Minikube - Deploying an application

Introduction

This is my second article in the Kubernetes with Minikube series. In the first article I discussed about how to create a local Kubernetes cluster with Minikube. In this article, I will be talking about deploying an application in a local Minikube cluster.

Simple Web service

Simple Web service is a Spring Boot application written it Java. It has the following REST endpoint: GET /details. And here is how the response looks like:

[Read more]

Getting started with Kubernetes using Minikube - Installation

Introduction

I am working on a series of opinionated posts on how to get started with the basics of Kubernetes using Minikube. 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.

[Read more]