QuestionQ25

Administration

A developer plans to deploy multiple private applications on Red Hat OpenShift on IBM Cloud in a Virtual Private Cloud (VPC). What is required to implement custom routing rules and SSL termination for these multiple applications?

  • A NodePort ID
  • B Cisco Router
  • C VPC load balancer
  • D Ingress controller
Explanation

An OpenShift Ingress controller provides Layer 7 routing for multiple application services and can terminate TLS/SSL traffic before forwarding requests to the private application endpoints. Custom routing rules are configured through OpenShift Ingress or Route resources managed by that controller.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!