项目作者: briancain

项目描述 :
A repository to help diagnose and triage waypoint issues :rocket:
高级语言: Shell
项目地址: git://github.com/briancain/waypoint-flightlist.git
创建时间: 2020-10-30T21:01:26Z
项目社区:https://github.com/briancain/waypoint-flightlist

开源协议:

下载


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

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