DevOps

Ingress & API Gateway

Ingress controllers (NGINX, Traefik), Gateway API, cert-manager, TLS termination, troubleshooting ingress routing

20 คำถามสัมภาษณ์·
Mid-Level
1

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.

2

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.

3

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.

4

What are the most popular Ingress Controllers in 2025?

5

How to configure host-based routing with Ingress?

+17 คำถามสัมภาษณ์

หัวข้อสัมภาษณ์ DevOps อื่นๆ

Version Control & Git

Junior
20 คำถาม

Linux Fundamentals

Junior
22 คำถาม

Shell Scripting & Bash

Mid-Level
20 คำถาม

Networking Basics

Junior
22 คำถาม

Docker Fundamentals

Junior
24 คำถาม

CI/CD Fundamentals

Junior
18 คำถาม

GitHub Actions

Mid-Level
22 คำถาม

GitLab CI/CD

Mid-Level
22 คำถาม

Jenkins

Mid-Level
22 คำถาม

Kubernetes Basics

Mid-Level
26 คำถาม

Kubernetes Networking

Mid-Level
24 คำถาม

Kubernetes Advanced

Mid-Level
24 คำถาม

Terraform Basics

Mid-Level
22 คำถาม

Terraform Advanced

Mid-Level
22 คำถาม

Ansible & Configuration Management

Mid-Level
20 คำถาม

AWS Essentials

Mid-Level
26 คำถาม

Azure Fundamentals

Mid-Level
22 คำถาม

GCP Fundamentals

Mid-Level
22 คำถาม

Monitoring & Prometheus

Mid-Level
22 คำถาม

Logging & ELK Stack

Mid-Level
20 คำถาม

Alerting & Incident Response

Mid-Level
20 คำถาม

Cloud Identity & Secrets

Mid-Level
22 คำถาม

CI/CD Pipeline Security

Mid-Level
20 คำถาม

Helm & Kubernetes

Mid-Level
20 คำถาม

Runtime & Cluster Security

Senior
24 คำถาม

Container Supply Chain Security

Senior
22 คำถาม

Service Mesh & Istio

Senior
24 คำถาม

GitOps & ArgoCD

Senior
22 คำถาม

Progressive Delivery

Senior
20 คำถาม

Distributed Observability

Senior
22 คำถาม

Disaster Recovery & Backup

Senior
20 คำถาม

Performance Optimization

Senior
22 คำถาม

Cloud Cost Optimization

Senior
20 คำถาม

SRE Principles

Senior
24 คำถาม

Chaos Engineering

Senior
20 คำถาม

Platform Engineering

Senior
22 คำถาม

เชี่ยวชาญ DevOps สำหรับการสัมภาษณ์ครั้งถัดไป

เข้าถึงคำถามทั้งหมด flashcards แบบทดสอบเทคนิค แบบฝึกหัด code review และตัวจำลองสัมภาษณ์

เริ่มใช้ฟรี