Glossary

Glossary of definitions

Ingress Controller

An Ingress Controller is a native resource type in Kubernetes that functions like a Layer 7 Load Balancer (e.g. HTTP Load Balancer) to route requests to various backend services based on incoming hostname (e.g. Host header) and request path (e.g. /foo).

init-terraform

The init-terraform script is a helper for configuring and then initializing terraform remote state in combination with the terraform-aws-tfstate-backend module.

jq

jq is a Go-based command line tool for JSON that supports standard CRUD operations.

Kanban

Kanban is a popular framework used to implement agile software development that leverages cards and boards to visually communicate the status of a project.