
Ingress & API Gateway
Ingress controllers (NGINX, Traefik), Gateway API, cert-manager, TLS termination, troubleshooting ingress routing
1What is the main role of an Ingress in Kubernetes?
What is the main role of an Ingress in Kubernetes?
คำตอบ
An Ingress exposes HTTP and HTTPS services from outside the cluster to internal services, with rule-based routing (hosts, paths). It allows managing multiple services via a single public IP, unlike LoadBalancer services which require one IP per service. Ingress also provides TLS termination, redirects, and content-based routing.
2What is the difference between an Ingress and a LoadBalancer type Service?
What is the difference between an Ingress and a LoadBalancer type Service?
คำตอบ
A LoadBalancer Service creates a dedicated cloud load balancer with a unique public IP per service, which can be expensive with multiple services. An Ingress uses a single entry point (one IP) to route traffic to multiple backend services via routing rules (host-based, path-based). Ingress requires an Ingress Controller to function, while LoadBalancer is managed directly by the cloud provider.
3What is an Ingress Controller in Kubernetes?
What is an Ingress Controller in Kubernetes?
คำตอบ
An Ingress Controller is a component that watches the Kubernetes API for Ingress resources, then automatically configures a reverse proxy (like NGINX, Traefik, HAProxy) to implement the defined routing rules. Unlike other Kubernetes controllers that are integrated by default, the Ingress Controller must be installed separately. It translates Ingress rules into actual proxy configuration.
What are the most popular Ingress Controllers in 2025?
How to configure host-based routing with Ingress?
+17 คำถามสัมภาษณ์
หัวข้อสัมภาษณ์ DevOps อื่นๆ
Version Control & Git
Linux Fundamentals
Shell Scripting & Bash
Networking Basics
Docker Fundamentals
CI/CD Fundamentals
GitHub Actions
GitLab CI/CD
Jenkins
Kubernetes Basics
Kubernetes Networking
Kubernetes Advanced
Terraform Basics
Terraform Advanced
Ansible & Configuration Management
AWS Essentials
Azure Fundamentals
GCP Fundamentals
Monitoring & Prometheus
Logging & ELK Stack
Alerting & Incident Response
Cloud Identity & Secrets
CI/CD Pipeline Security
Helm & Kubernetes
Runtime & Cluster Security
Container Supply Chain Security
Service Mesh & Istio
GitOps & ArgoCD
Progressive Delivery
Distributed Observability
Disaster Recovery & Backup
Performance Optimization
Cloud Cost Optimization
SRE Principles
Chaos Engineering
Platform Engineering
เชี่ยวชาญ DevOps สำหรับการสัมภาษณ์ครั้งถัดไป
เข้าถึงคำถามทั้งหมด flashcards แบบทดสอบเทคนิค แบบฝึกหัด code review และตัวจำลองสัมภาษณ์
เริ่มใช้ฟรี