Palantir
Kubernetes 2 questions
- #1Multi Tenant Namespace Isolation
Two teams share a cluster and require strict isolation with specific exceptions for inter-team communication.
- #2Traffic Splitting With Native Kubernetes
Your team has a stable deployment
app-v1running in namespacecanary. They want to test a new version (v2) with approximately 1/3 of traffic going to v2 and 2/3 remaining on v1.
Linux 1 question
- #3Diagnose Nginx CPU Bottleneck
The web server has become sluggish and users are experiencing timeout errors. Multiple worker processes are running under the
nginxuser, and one of them is consuming excessive CPU resources, causing the entire application to slow down.