Next, we need testing APIs have been deploy at previous step, before to testing we need follow these steps:
The purpose this step for you haven’t real domain, you can fake domain by add some config in Helm Values at step Config project HelmValues like config below:
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: public
hosts:
- host: eks.bootcamp.net
paths:
- path: /
pathType: Prefix
Next, we need go to Application Load Balancer at Amazon Console => EC2 => Load balancers to get DNS of load balancer.
Next, let’s copy that and use command below to get IP Address of load balancer:
ping {your_loadBalancer_dns}
Next, let’s copy IP Address to add in file host to dns resolution
After done, let using this domain to testing APIs.
After created, let’s check log on service are running, we can see insert command have been executed.
The image will upload on s3 budget
SQL generate by Hibernate to query order from database: