Skip to content

Terraform module for creating an HTTP service on SCIMMA's EKS cluster

License

Notifications You must be signed in to change notification settings

scimma/terraform-kubernetes-httpservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-kubernetes-service

This is a Terraform module which encapsulates running an HTTP service on SCIMMA's Kubernetes cluster.

You provide a container image which runs an HTTP service, listening on port 80. You also provide a DNS hostname you'd like the service to run under, and a set of IAM permissions you'd like the service to have.

You get the container running on an EKS cluster, complete with DNS, load balancing, and HTTPS handling out of the box.

Example usage

A full example is the scimma-admin application, invoked in the (private) SCIMMA aws-dev repository here.

Inputs

See variables.tf for a full list of input variables for the module and what they do.

About

Terraform module for creating an HTTP service on SCIMMA's EKS cluster

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages