-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TT-12626] create k8s development testing guideline for gw/dash #6518
base: master
Are you sure you want to change the base?
[TT-12626] create k8s development testing guideline for gw/dash #6518
Conversation
…guideline-for-gw-dash # Conflicts: # .gitignore
API Changes no api changes detected |
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Quality Gate passedIssues Measures |
User description
https://tyktech.atlassian.net/browse/TT-12626
Description
Added some scripts and makefile targets to allow for easier deployment of Tyk in K8S for development and testing purposes.
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
PR Type
enhancement, documentation
Description
k8sREADME.md
file with guidelines for setting up a Kubernetes development environment, including tool installations and cluster management.kind.yaml
configuration file to define the structure and port mappings of a kind cluster.Changes walkthrough 📝
Makefile
Add Kubernetes kind cluster management to Makefile
Makefile
CLUSTER_NAME
variable for kind cluster naming.create-kind-cluster
anddelete-kind-cluster
targets.k8sREADME.md
Add Kubernetes development and testing guidelines
k8s/k8sREADME.md
kind.yaml
Define kind cluster configuration for Kubernetes
k8s/kind.yaml