Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:
  1. e859413 Update Alpine and ATS version (#336) by Kit Chan · 3 weeks ago master
  2. 1ec89a1 Update LuaRocks action to version 6 (#334) by Kit Chan · 7 weeks ago
  3. 639f10e Go upgrade (#332) by Kit Chan · 7 weeks ago
  4. bebe4c4 Bump qs and body-parser in /k8s/images/node-app-3 (#331) by dependabot[bot] · 8 weeks ago
  5. 7611d2f [skip actions] Bump qs and express in /k8s/images/node-app-2 (#325) by dependabot[bot] · 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.9
  • Apache Traffic Server 9.2.12
  • 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