frankbecker / code-challenge

code challenge
1 stars 0 forks source link

Create a CI/CD pipeline using your tools of choice, that will deploy the application to a free Kubernetes cluster on IBM Cloud #5

Open frankbecker opened 3 years ago

frankbecker commented 3 years ago

Create a CI/CD pipeline using your tools of choice, that will deploy the application to a free Kubernetes cluster on IBM Cloud

frankbecker commented 3 years ago

I was able to create a CI/CD pipeline that:

However, I am not able to get access to my deployments. I've followed a tutorial in order to use GitHub actions to deploy these containers to IBM Kubernetes. The tutorial shows the deployment step, and once successful, the deployment displays a public external ip that can be used to view the application. However, I am not able to see it, since I am limited by my free tier account. The external ip address is provided by a load balancer. This is from the tutorial.

deploy-to-iks

And this is what I see, "PENDING":

Screen Shot 2021-07-10 at 1 50 26 PM
frankbecker commented 3 years ago

Latest CI/CD build was successful: https://github.com/frankbecker/code-challenge/runs/3043413229?check_suite_focus=true

rafaelbattesti commented 3 years ago

Hi @frankbecker . Do you think you can provide a link to the ICR and images you pushed there? Thank you!