Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:

Branches

  1. d357b37 Upgrade Alpine base image to version 3.23.4 and update README (#360) by Kit Chan · 12 days ago master
  2. ea9fc3e Update Go version to 1.25.9 (#359) by Kit Chan · 2 weeks ago
  3. af7350d Upgrade Python version from 3.9 to 3.10 (#358) by Kit Chan · 3 weeks ago
  4. d648917 Bump body-parser and qs dependencies in k8s node apps (#357) by Kit Chan · 3 weeks ago
  5. 6c7f805 [skip ci] Bump qs from 6.14.1 to 6.14.2 in /k8s/images/node-app-4 (#356) by dependabot[bot] · 3 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.23.4
  • Apache Traffic Server 9.2.13
  • OpenResty LuaJIT2 v2.1_p20240815
  • 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.37.0 / Kubernetes 1.32.10