@DBN
Systems Administrator
Nothing here yet.
Nothing here yet.
No blogs yet.
Great Article Tom! thanks a lot! On my RHEL 9, I have installed docker and configured Nginx listening on port 8080, how do i configure the dockerfile to have my HTML file front-end and then configure php to have backend code with mysql as database and then build a docker image so that the container is listening on port 8080? Note i do not have php, mysql installed on RHEL 9. Looking for a best way forward to achieve this. Appreciate your reply. Thanks.
Great work Amr Elhewy Have to be greatly appreciate your work. Since i am a beginner , i would like to learn to deploy a simple web page to the docker image running on my laptop and push that to ECR and then to EKS cluster and access the service using load balancer address via public internet, Is there a TF code that you have to build, VPC, ECR, EKS, all relevant IAM roles, load balancer and deployment related TF code in detail? Thanks
Good article, but could you please explain the code and detail, what each does and how to test it with a scenario to connect to the container/endpoint that is running the application. What would be the IP or endpoint address of the load balancer user needs to connect to for the load balancer to connect to the service?