Waypoint Documentation
Learn and develop your knowledge of Waypoint with these tutorials and code resources.
Fundamentals
Application Configuration
Debugging
Highlighted Features
Learn and develop your knowledge of Waypoint with these tutorials and code resources.
Running Code Samples
A growing number of code samples is available in the hashicorp/waypoint-examples repository at GitHub. Use these examples or contribute your own.
contrib Tools and Helpers
Some services and tools that Waypoint use involve some additional setup to run and manage locally.
The contrib
folder aims to help users reduce friction around getting started
using these tools locally to explore Waypoint. You can find these optional tools
and content on the Waypoint GitHub repository.
An example of this is leveraging kind to setup a local kubernetnes cluster to install Waypoint server: kind+k8s.
Don't see a tool here that you need to get started? Feel free to open a new enhancement request issue on GitHub, or contribute your own!
Extending
The integration library describes more resources available to use in your Waypoint configuration. Contribute by writing your own plugin with this plugin tutorial.
Integrate Waypoint into your continuous delivery workflow with examples for GitHub Actions, GitLab CI/CD, CircleCI, or Jenkins.