Spring boot GraphQL ClientIn this article, we'll learn about the spring boot GraphQL client. With the help of the GraphQL client, we can retrieve data from the GraphQL server. In the Last Article we have learned about the basics of GraphQL and created a GraphQL server, here ...Jun 18, 2022·2 min read
HashiCorp Vault with Kubernetes and Spring bootIn this article, we'll install the Hashicorp Vault in the Kubernetes cluster and access the same with the spring boot application. In the last article, we installed a Hashicorp vault on a windows machine and integrated it with the spring boot applica...May 14, 2022·3 min read
Hashicorp Vault integration with spring boot applicationIn this article, we'll learn about Hashicorp vault installation, start, access, and integration with the spring boot application. Hashicorp Vault helps to store and retrieve tokens, passwords, certificates, and encryption keys centrally. It is a cen...May 2, 2022·3 min read
Kubernetes authorization using RBACIn this article, we'll learn about authorization in Kubernetes using Role-based access control(RBAC). We need the authorization to restrict user access, shared the same cluster between the different teams, and to differentiate administrative tasks. ...Apr 27, 2022·3 min read
Connect frontend and backend pod using Kubernetes servicesIn this article, we'll create the front-end and back-end spring boot applications, Docker images to deploy both applications to the Kubernetes cluster and connect them with the help of Kubernetes services. For security reasons, in most of the micros...Apr 25, 2022·4 min read
Kubernetes ConfigMap integration with spring boot applicationIn the last Kubernetes article, we have created a simple spring boot application, its Docker image, and deployed it in the Kubernetes cluster. Refer same if you are new to Kubernetes, want to do development setup, and create a simple application in K...Apr 19, 2022·4 min read
Hello world in KubernetesToday we are going to learn about how to deploy the spring boot docker image into the Kubernetes cluster. As part of this, we are going to use a simple hello world spring boot application that prints hello world based on /hello-word exposed rest endp...Apr 16, 2022·4 min read