Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:

Branches

  1. 3c47e81 More Document Cleanup (#218) by Kit Chan · 4 days ago master
  2. ed57035 cleanup (#217) by Kit Chan · 4 days ago
  3. 70e8e27 Documentation Updates (#216) by Kit Chan · 5 days ago
  4. 71db8cb Update go.mod (#212) by Kit Chan · 5 days ago
  5. 4561831 Upgrade ATS to 9.2.4 / Go to 1.21.9 (#210) by Kit Chan · 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.16.9
  • Apache Traffic Server 9.2.4
  • LuaJIT 2.0.4
  • 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.30.1 / Kubernetes 1.27.11