A Security Architect is designing the ingress and egress traffic flow for a highly regulated PCI-DSS zone within vSphere with Tanzu.
The requirements state:
1. Ingress: All incoming HTTP/S traffic must pass through a dedicated WAF (Web Application Firewall) before reaching the Kubernetes Ingress Controller.
2. Egress: All outbound traffic from the namespace must be identifiable by a unique, persistent IP address to allow for strict firewall rules on the perimeter.
3. Isolation: The namespace must use a dedicated T1 Gateway in NSX.
Review the following design decisions.
Which configuration choices correctly support these requirements? (Select all that apply.)
A Platform Engineer is troubleshooting a failed installation of the external-dns Supervisor Service.
The service status in the vSphere Client is "Error".
The engineer retrieves the logs from the service's pod and sees the following:
time="2023-11-22T10:00:00Z" level=error msg="rfc2136: failed to send TSIG authenticated message:
dns: failed to pack message: dns: bad secret"
time="2023-11-22T10:00:05Z" level=error msg="source: failed to list vSphere resources: Unauthorized" The configuration YAML provided during installation included the following snippet for the DNS provider:
spec:
provider: rfc2136
rfc2136:
host: 192.168.10.5
zone: corp.local
tsigSecretName: external-dns-tsig-secret
What is the most likely cause of the failure? (Choose 2.)
What are three resource limitations defined on a vSphere Namespace? (Choose three.)
A DevOps team is deploying a legacy application that requires a specific Private Registry (registry.internal.corp) to pull its container images. This registry requires authentication.
To avoid modifying every individual Pod manifest to include imagePullSecrets, the Platform Engineer wants to configure a default deployment model for the namespace legacy-apps.
Which configuration applies the pull secret automatically to all Pods launched by the standard default ServiceAccount in that namespace?
What Kubernetes object is used to grant permissions to acluster-wideresource?