Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:

Branches

  1. bf35295 Upgrade alpine linux and luajit in docker container (#310) by Kit Chan · 35 hours ago master
  2. f3a8c4d Upgrade GO to 1.24.7 (#308) by Kit Chan · 6 weeks ago
  3. 7fd0d54 Update luarocks action to version 5 (#307) by Kit Chan · 7 weeks ago
  4. 318ac54 Change namespace for ATSCachingPolicy (#306) by Kit Chan · 8 weeks ago
  5. e321e32 Add ATS caching policy role and binding to tests (#305) by Kit Chan · 8 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.8
  • Apache Traffic Server 9.2.11
  • OpenResty LuaJIT2 v2.1-20240815
  • 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.36.0 / Kubernetes 1.32.8