»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.
git clone https://github.com/hashicorp/waypoint-examples.git
»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, CircleCI, or Jenkins.