PCCSE · Question #30
An administrator has deployed Console into a Kubernetes cluster running in AWS. The administrator also has configured a load balancer in TCP passthrough mode to listen on the same ports as the default
The correct answer is D. 8083. Prisma Cloud Compute Console exposes its API on port 8083 for HTTPS communication. In the default configuration: port 8083 is used for the HTTPS API (used by twistcli and Defenders), port 8084 is used for WebSocket communication between Defenders and Console, and port 8081 is use
Question
An administrator has deployed Console into a Kubernetes cluster running in AWS. The administrator also has configured a load balancer in TCP passthrough mode to listen on the same ports as the default Prisma Compute Console configuration In the build pipeline, the administrator wants twistcli to talk to Console over HTTPS Which port will twistcli need to use to access the Prisma Compute APIs?
Options
- A8081
- B443
- C8084
- D8083
How the community answered
(53 responses)- A2% (1)
- B4% (2)
- C8% (4)
- D87% (46)
Explanation
Prisma Cloud Compute Console exposes its API on port 8083 for HTTPS communication. In the default configuration: port 8083 is used for the HTTPS API (used by twistcli and Defenders), port 8084 is used for WebSocket communication between Defenders and Console, and port 8081 is used for HTTP. Since the load balancer is in TCP passthrough mode and twistcli needs HTTPS API access, port 8083 is the correct answer. Port 443 is not a default Prisma Compute Console port.
Topics
Community Discussion
No community discussion yet for this question.