An open API service indexing awesome lists of open source software.

https://github.com/apache/trafficserver-ingress-controller

Apache Traffic Server Ingress Controller for Kubernetes
https://github.com/apache/trafficserver-ingress-controller

apache ingress ingress-controller k8s kubernetes kubernetes-ingress kubernetes-ingress-controller

Last synced: about 2 months ago
JSON representation

Apache Traffic Server Ingress Controller for Kubernetes

Awesome Lists containing this project

README

          

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.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
![Test](https://github.com/apache/trafficserver-ingress-controller/actions/workflows/test.yml/badge.svg)
![Build and Integrate](https://github.com/apache/trafficserver-ingress-controller/actions/workflows/build.yml/badge.svg)
[![Go Report
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-controller)](https://goreportcard.com/report/github.com/apache/trafficserver-ingress-controller)

## Introduction
[Apache Traffic Server (ATS)](https://trafficserver.apache.org/) is a high performance, open-source, caching proxy server that is scalable and configurable. This project uses ATS as a [Kubernetes(K8s)](https://kubernetes.io/) [ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/)

- [Architecture](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/ARCHITECTURE.md)
- [Tutorial](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/TUTORIAL.md)
- [Development](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/DEVELOPMENT.md)

## 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