
Understanding Kubernetes Services: ClusterIP, NodePort, and LoadBalancer
Contents 1. Introduction What is a Kubernetes Service? 2. Kubernetes Service Types ClusterIP Service NodePort Service LoadBalancer Service ...

Contents 1. Introduction What is a Kubernetes Service? 2. Kubernetes Service Types ClusterIP Service NodePort Service LoadBalancer Service ...

Architecture Summary ELK Server (3.100.10.10) Runs: Elasticsearch (Port 9200) Logstash (Port 5044) Kibana (Port 5601) Python Application Server (3.10...

Contents 1. Introduction What is HashiCorp Vault? Architecture Overview Components Used 2. AWS Configuration Step 1: Create AWS KMS Key (Aut...

Day 1 : Linux User Setup with Non-Interactive Shell Creating non interactive shell and user setup Create a user with non-interactive shell for your organization on a specific server. This is ess...

What is S3? Do you ever think that when you click a movie in Netflix , and in just two or three seconds the stream begins.The file behind that movie is enormous—gigabytes of HD or 4K video.So how ...

Basic Overview Load balancing is one of the most important thing to maintain an application so that in a situation when there is a lot of traffic, the application doesn’t crash and the business doe...

Amazon Virtual Private Cloud (VPC) VPC enables you to launch AWS resources in a logically isolated virtual network that you define. Availability Zones (AZs) Each AZ acts as an isolated data...

Your spring boot console banner still looks like this! Man you need to change it immediately to your project name. Don’t know how to change? Changing Console Banner After generating your spri...

Install Docker and Docker Compose mkdir -p ~/.docker/cli-plugins/ curl -SL https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-...

Ever Fall into Infinite Recursion? I have! During a project, I was referencing UrlEntity and ClickHistory entity through a bidirectional relation without caring about the Jackson serialization pr...