Waypoint Documentation
Learn and develop your knowledge of Waypoint with these tutorials and code resources.
Getting Started
- Begin with this brief quick start tutorial.
- Continue with an introductory tutorial on Docker, Kubernetes, or Nomad.
Deploying to the Cloud
Take Waypoint to the cloud with tutorials that deploy to public cloud infrastructure.
- AWS - Visit the Elastic Container Service tutorial or the Elastic Kubernetes Service tabs in the Kubernetes tutorial.
- Azure - Deploy to Azure Container Instances.
- Google Cloud - Learn from the Google Cloud Run tutorial or the Google Kubernetes Engine tabs in the Kubernetes tutorial.
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 plugin documentation 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.