[RELEASED - Upcoming Feature] Port/Domain setup revamp Liveness/Readiness probes + new protocols

Hello there,

another upcoming cool feature here! But actually is more like a big refacto rather than a new feature itself.

We have decided to merge the Port and Custom Domains setup since they are strictly related one to the other.

As you can see in the image, you will have a single section to declare and manage the port of your application, see the associated domains and as well declare new custom domains.

At the same time, we will work on moving out the Liveness/Readiness probes setup from the advanced settings and make them 100% part of the product. They are often changed by our customers and thus it is the right time to let you configure them directly in the creation flow and within the service settings.

As you can see, you need to specify a port where you want to run the liveness and readiness probes, something that is not possible today (by default, we use the first one)

If you are new to Kubernetes probes and want to know more, have a look at this video.

And since we are working on this part, we will include some improvements:

  • More than one public port: you will be able to expose more than one public port for your application (for example the main port and an admin port). Today only 1 public port per application is authorized.
  • GRPC support: you will be able to expose your application via the GRPC protocol!
4 Likes

we have released the new health check section and as well improved the port configuration page (but please note that in the end, we didn’t manage the domain and port configuration :sweat: ).

You will now be able to:

  • configure the Kubernetes health checks that will be run in order to verify the healthiness of your application. Have a look at this documentation for more information
  • select between simple HTTP or gRPC as the communication protocol for your application
  • have multiple public ports exposed over the internet. To each port Qovery will assign a dedicated subdomain based on the selected “Port Name”

feel free to comment if you have any feedback or question

have a great day!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.