Apache Traffic Server Ingress Controller for Kubernetes

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