Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:

Branches

  1. 79e8092 Go Upgrade (#299) by Kit Chan · 2 weeks ago master
  2. c7e72bd Upgrade k8s (#297) by Kit Chan · 3 weeks ago
  3. ffc923a Upgrade Minikube (#296) by Kit Chan · 4 weeks ago
  4. dd2e411 Upgrade Kubernetes in build job (#295) by Kit Chan · 5 weeks ago
  5. 9885c37 Upgrade to python 3.9 for tests (#294) by Kit Chan · 5 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