Upgrade to go 1.21.10 (#223)

* Update GO_VERSION

* Update go.mod
2 files changed
tree: 6a3b734227a1bce64c2eb3615c30efc7f98adcf5
  1. .github/
  2. .vscode/
  3. bin/
  4. charts/
  5. config/
  6. docs/
  7. endpoint/
  8. k8s/
  9. main/
  10. namespace/
  11. pluginats/
  12. proxy/
  13. redis/
  14. tests/
  15. util/
  16. watcher/
  17. .asf.yaml
  18. .gitignore
  19. .gitmodules
  20. .golangci.yaml
  21. CODEOWNERS
  22. Dockerfile
  23. go.mod
  24. go.sum
  25. GO_VERSION
  26. LICENSE
  27. README.md
README.md

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.19.1
  • Apache Traffic Server 9.2.4
  • LuaJIT 2.0.4
  • 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.33.0 / Kubernetes 1.30.0