Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:

Branches

  1. b112cad Bump path-to-regexp and express in /k8s/images/node-app-2 (#263) by dependabot[bot] · 4 days ago master
  2. 40d845c Upgrade GO 1.22.9 (#262) by Kit Chan · 4 weeks ago
  3. 2dc951f Upgrade ATS to 9.2.6 (#261) by Kit Chan · 4 weeks ago
  4. 9c36750 Update Dockerfile (#260) by Kit Chan · 4 weeks ago
  5. 4eea483 Add a flag for enabling snippet (#258) by Kit Chan · 5 weeks ago

ATS Kubernetes Ingress Controller

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. Test Build and Integrate Go ReportCard

Introduction

Apache Traffic Server (ATS) is a high performance, open-source, caching proxy server that is scalable and configurable. This project uses ATS as a Kubernetes(K8s) ingress

Dependencies

  • Alpine Linux 3.20.3
  • Apache Traffic Server 9.2.6
  • OpenResty LuaJIT2 v2.1-20230410
  • Go (Version can be found in GO_VERSION file found at the base of this repository)
  • Other Packages
    • luasocket 3.0.0
    • redis-lua 2.0.4
  • Tested on Minikube 1.34.0 / Kubernetes 1.30.6