https://github.com/briancain/waypoint-flightlist
A repository to help diagnose and triage waypoint issues :rocket:
https://github.com/briancain/waypoint-flightlist
automation aws-eks bash cloud container docker example help k8s nomad waypoint
Last synced: 9 days ago
JSON representation
A repository to help diagnose and triage waypoint issues :rocket:
- Host: GitHub
- URL: https://github.com/briancain/waypoint-flightlist
- Owner: briancain
- Archived: true
- Created: 2020-10-30T21:01:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T21:46:23.000Z (over 3 years ago)
- Last Synced: 2025-03-12T05:03:10.498Z (8 months ago)
- Topics: automation, aws-eks, bash, cloud, container, docker, example, help, k8s, nomad, waypoint
- Language: Shell
- Homepage:
- Size: 185 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waypoint FlightList
A repository that helps users reproduce and triage issues with waypoint and the
various plugins it supports.Inspired by the sandbox dev environment for [vagrant](https://github.com/briancain/congenial-octo-palm-tree)
## Contents
- kind+k8s
+ Uses kind to set up a local k8s cluster with metallb. Once set up, Waypoint
server will be ready to install onto k8s
- k3s
+ Uses k3s to set up a local k8s cluster. The kind k8s approach is preferred,
however this is an alternative to kind and works well in CI environments.
- aws-eks
+ Follow the HashiCorp Learn guide that uses Terraform to set up aws-eks
- nomad
+ Uses the local nomad dev agent to start up
- scripts
+ Various local dev bash scripts used for this project
- windows
+ _work in progress_