Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:

Branches

  1. f3a8c4d Upgrade GO to 1.24.7 (#308) by Kit Chan · 8 days ago master
  2. 7fd0d54 Update luarocks action to version 5 (#307) by Kit Chan · 11 days ago
  3. 318ac54 Change namespace for ATSCachingPolicy (#306) by Kit Chan · 3 weeks ago
  4. e321e32 Add ATS caching policy role and binding to tests (#305) by Kit Chan · 3 weeks ago
  5. fe5d4fb Adding yaml files for role and rolebinding (#304) by saurabh-saraswat · 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.20.7
  • Apache Traffic Server 9.2.11
  • 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.36.0 / Kubernetes 1.32.8