@hashicorp
The Kubernetes plugin can deploy a Docker image of an application to Kubernetes, expose the Deployment with a Kubernetes Service, and source configuration from a Kubernetes Secret or ConfigMap. It also launches on-demand runners to do operations remotely.
- Official
- Built-in
Updated last year
- GitHub(opens in new tab)
Kubernetes Platform
Archive Notice
This integration relates to a legacy version of Waypoint and is no longer actively maintained.Parameters
81 Results
sets up a horizontal pod autoscaler to scale deployments automatically This configuration will automatically set up and associate the current deployment with a horizontal pod autoscaler in Kuberentes. Note that for this to work, you must also define resource limits and requests for a deployment otherwise the metrics-server will not be able to properly determine a deployments target CPU utilization
cpu resource configuration CPU lets you define resource limits and requests for a container in a deployment.
memory resource configuration Memory lets you define resource limits and requests for a container in a deployment.
the configuration for a pod Pod describes the configuration for a pod when deploying
container describes the commands and arguments for a container config
cpu resource configuration CPU lets you define resource limits and requests for a container in a deployment.
memory resource configuration Memory lets you define resource limits and requests for a container in a deployment.
a port and options that the application is listening on used to define and expose multiple ports that the application or process is listening on for the container in use. Can be specified multiple times for many ports.
configuration to control liveness and readiness probes Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
a map of resource limits and requests to apply to a container on deploy resource limits and requests for a container. This exists to allow any possible resources. For cpu and memory, use those relevant settings instead. Keys must start with either
limits_
orrequests_
. Any other options will be ignored.environment variables to control broad modes of the application environment variables that are meant to configure the container in a static way. This might be control an image that has multiple modes of operation, selected via environment variable. Most configuration should use the waypoint config commands
holds pod-level security attributes and container settings
a sidecar container within the same pod Another container to run alongside the app container in the kubernetes pod. Can be specified multiple times for multiple sidecars.
container describes the commands and arguments for a container config
cpu resource configuration CPU lets you define resource limits and requests for a container in a deployment.
memory resource configuration Memory lets you define resource limits and requests for a container in a deployment.
a port and options that the application is listening on used to define and expose multiple ports that the application or process is listening on for the container in use. Can be specified multiple times for many ports.
configuration to control liveness and readiness probes Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
a map of resource limits and requests to apply to a container on deploy resource limits and requests for a container. This exists to allow any possible resources. For cpu and memory, use those relevant settings instead. Keys must start with either
limits_
orrequests_
. Any other options will be ignored.environment variables to control broad modes of the application environment variables that are meant to configure the container in a static way. This might be control an image that has multiple modes of operation, selected via environment variable. Most configuration should use the waypoint config commands
configuration to control liveness and readiness probes Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
a map of resource limits and requests to apply to a container on deploy resource limits and requests for a container. This exists to allow any possible resources. For cpu and memory, use those relevant settings instead. Keys must start with either
limits_
orrequests_
. Any other options will be ignored.environment variables to control broad modes of the application environment variables that are meant to configure the container in a static way. This might be control an image that has multiple modes of operation, selected via environment variable. Most configuration should use the waypoint config commands