Topic 1 Question 87
You deployed an LDAP server on Compute Engine that is reachable via TLS through port 636 using UDP. You want to make sure it is reachable by clients over that port. What should you do?
Add the network tag allow-udp-636 to the VM instance running the LDAP server.
Create a route called allow-udp-636 and set the next hop to be the VM instance running the LDAP server.
Add a network tag of your choice to the instance. Create a firewall rule to allow ingress on UDP port 636 for that network tag.
Add a network tag of your choice to the instance running the LDAP server. Create a firewall rule to allow egress on UDP port 636 for that network tag.
ユーザの投票
コメント(17)
Option C is the right one
👍 31kishoredeena2020/06/14C is correct You tag the instances ,then create ingress firewall rules to allow udp on desired port for target-tags name applied to instances
👍 21cloudenthu012020/06/25You are developing a new web application that will be deployed on Google Cloud Platform. As part of your release cycle, you want to test updates to your application on a small portion of real user traffic. The majority of the users should still be directed towards a stable version of your application. What should you do?
A. Deploy me application on App Engine For each update, create a new version of the same service Configure traffic splitting to send a small percentage of traffic to the new version B. Deploy the application on App Engine For each update, create a new service Configure traffic splitting to send a small percentage of traffic to the new service. C. Deploy the application on Kubernetes Engine For a new release, update the deployment to use the new version D. Deploy the application on Kubernetes Engine For a now release, create a new deployment for the new version Update the service e to use the now deployment.
👍 4Fayi2022/01/29
シャッフルモード