책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 > 오픈소스
· ISBN : 9781484263754
· 쪽수 : 255쪽
· 출판일 : 2020-11-28
목차
Chapter 1: Introduction to Traefik
Chapter Goal: The chapter covers the need of a better load balancer using microservices components. It covers Traefik components and build the basic understanding. The reader will setup the environment which will get started with Traefik
No of pages: 20
Sub -Topics
1. Monolith to microservices architecture evolution
1. Static configuration challenges
2. Observability challenges
3. TLS as identity
2. Traefik components
1. CLI
2. Dashboard
Chapter 2: Configure TraefikChapter Goal: The chapter will cover routing basics. It will discuss the various components.
No of pages: 20
Sub - Topics
1. Entrypoint
2. Routers
3. Services
Chapter 3: Load Balancing and Failure DetectionChapter Goal: The chapter will cover different load balancing options available in Traefik.
No of pages : 30
Sub - Topics:
1. Configuring HTTP service
a. Round robin
b. Weighted round robin
c. Mirroring
d. Health checks
2. Configuring TCP service
a. Round robin
b. Weighted round robin
Chapter 4: Configure TLSChapter Goal: TLS is an important part of load balancing. We will cover how to do TLS termination and TLS pass through using Traefik.
No of pages: 15
Sub - Topics:
1. Configure TLS termination
a. Using lets encrypt
2. Configure TLS pass-through
Chapter 5: Logs, Request Tracing and Black Listing
Chapter Goal: The chapter will cover observability features of Traefik
No of pages: 30
Sub - Topics:
1. Trafik logging
2. Access logs
3. Request tracing
4. IP blacklisting
5. Metrices
Chapter 6: Traefik as Microservices
Chapter Goal: The chapter will use Traefik for microservices traffic routing. It will load configuration and discover services from a backend. It will configure circuit breakers, throttling and retries.
No of pages: 30
Sub - Topics:
1. Routing using service discovery
2. configure circuit breakers and retries
3. configure throttling
4. Supporting canary routes
Chapter 7: Traefik as Kubernetes IngressChapter Goal: The chapter will setup Traefik as Kubernetes Ingress. It will setup mutual TLS authentication for identity and role based access control. It will send metrices and tracing to prometheus and Jagger K8s components.
No of pages: 30
Sub - Topics:
1. Configure Kubernetes ingress
2. Enable mTLS authentication
a. configure RBAC3. Configure TLS termination for user requests
4. Configure request tracing with Jaeger
5. Capture metrices in prometheus