Working with Microservices-5: Creating “A” record in AWS Route 53 for the Microservice app that running in the Kubernetes cluster
If you want to see the microservice application running in your browser without entering the IP address, you must create an “A” record for the microservice app. So, we can reach the microservice application via DNS Name.
7 min readJul 27, 2023
We will use a hosted zone to create an “A” record type by using AWS Route 53 domain registrar. Then we will bind it to our cluster that runs a “Java-based Springboot web microservice app” in this cluster.
Topics we will cover:
1. Technical concepts about Domain and URL should be known
4. As a result
5. Next post
6. References
1. Technical concepts about Domain and URL should be known
1. a. DNS: the “Domain Name System” is a mechanism that gives you the ability to connect to websites by associating human-readable domain names (ex:www.google.com) with a…