Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:
  1. c54d7f3 Enhance TLS error handling in test_ingress.py (#328) by Kit Chan · 2 days ago master
  2. febcddc Sni test fix (#324) by saurabh-saraswat · 5 days ago
  3. 70eeeab Bump urllib3 from 2.5.0 to 2.6.0 in /tests (#321) by dependabot[bot] · 11 days ago
  4. 1806373 Fix typos in curl command resolve options (#323) by Kit Chan · 2 weeks ago
  5. 211c6e6 Fix problem with tests (#322) by Kit Chan · 2 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_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