A basic GraphQL API

This blog is a second blog in the GraphQL series. In the first blog, we have seen the changes which GraphQL has brought from the days of RESTful service. In this blog, we will see a working demo of a GraphQL service where we will cover things like Resolvers Queries Mutations GraphiQL These things will … Continue reading A basic GraphQL API

Rolling updates on Kubernetes

Kubernetes is one of the most widely used container orchestration tool at present. In the earlier post, I have explained how to deploy your spring boot application on Kubernetes cluster. In this post, we will see how we can instruct Kubernetes to start a rolling update so that we can release a new version of … Continue reading Rolling updates on Kubernetes

Spring boot application on kubernetes

Introduction Kubernetes is the container orchestration tool which has gained lot of traction in the last couple of years. Kubernetes is highly scalable and can be used on bare metal, VMs and on almost all public cloud offerings In this blog post I will demo how you can deploy a simple spring boot application packaged … Continue reading Spring boot application on kubernetes