Table of Contents

Search

  1. Preface
  2. Advanced clusters
  3. Setting up AWS
  4. Setting up Google Cloud
  5. Setting up Microsoft Azure
  6. Setting up a self-service cluster
  7. Setting up a local cluster
  8. Advanced configurations
  9. Troubleshooting
  10. Appendix A: Command reference

Advanced Clusters

Advanced Clusters

Create the ELB security group

Create the ELB security group

The ELB security group defines the inbound rules between the Kubernetes API server and clients that are external to the
advanced cluster
. It also defines the outbound rules between the Kubernetes API server and cluster nodes. This security group is attached to the load balancer that the agent provisions for the
advanced cluster
.

Inbound rules

The inbound rules identify the nodes outside of the
advanced cluster
that can access the Kubernetes API server using HTTPS.
The inbound rules must allow the following traffic:
  • Incoming traffic from the Secure Agent that creates the
    advanced cluster
    .
  • Incoming traffic from master nodes in the same cluster.
  • Incoming traffic from worker nodes in the same cluster.
  • Incoming traffic from the Secure Agent using TCP port 31447. The Secure Agent uses this port to run data preview jobs. If you need to change this port number, contact Informatica Global Customer Support.
  • For
    advanced clusters
    that use a CLAIRE-powered configuration, include traffic from the Secure Agent to the Prometheus server using TCP port 30000.
The following image shows the required inbound rules:
 The ELB security group shows four inbound rules. Each inbound rule contains the security group rule, IP version, type, protocol, port number, source, and description.

Outbound rules

Use the default outbound rule to allow all outbound traffic.
You can restrict the destination of this rule, but the destination must include HTTPS traffic to all master nodes in the cluster.

0 COMMENTS

We’d like to hear from you!