Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi, I’d like to configure my forwarding rules for a Load Balancer I have set up through the Ingress Controller in my Kubernetes Cluster.
As I understand it, editing this manually is a bad idea since these objects may be recreated for whatever reason.
What is the recommended way to edit a forwarding rule given this scenario?
Specifically, I’d like to specify the certificate to use for my HTTPS and point it to the HTTP node port
Thanks