Apache Traffic Server Ingress Controller for Kubernetes

Clone this repo:
  1. 91c497c Update Apache Traffic Server version to 9.2.13 in Dockerfile (#349) by Kit Chan · 3 days ago master
  2. 2db94c3 Update Trivy action to use scan-ref instead of image-ref (#348) by Kit Chan · 6 days ago
  3. 7227f8d Upgrade Alpine base image to version 3.23.3 and update README (#347) by Kit Chan · 6 days ago
  4. eece541 Update action versions in build workflow (#346) by Kit Chan · 6 days ago
  5. 71cc55e Upgrade Docker actions and Trivy version in build workflow (#345) by Kit Chan · 6 days 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.23.3
  • Apache Traffic Server 9.2.13
  • 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