Skip to content

remixlabs/mixer-eks-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mixer-eks-example

An example configuration to deploy the mixer service in EKS.

The overall Remix platform documentation is on our Notion page. There is a page for this service specifically, but for usage the best thing is probably the deployed Swagger docs.

This repo contains a Helm chart for deploying the service, as well as an example EKS CloudFormation template in cluster.yaml that we've used to test it.

The Helm chart includes:

  • templates/service.yaml: the basic Kubernetes service, including a port mapping
  • templates/deployment.yaml: the actual spec for the single managed pod, including the environment variables for configuring it
  • templates/pvc.yaml: a PersistentVolumeClaim spec for a managed EBS volume, which the service's pod mounts as a database volume. Other means of attaching a persistent volume would be fine, as long as they can be configured to live longer than the pods themselves.
  • templates/ingress.yaml: an ALB ingress configuration, intended to be used alongside an ACM managed certificate for TLS. A managed cert is defined in the example cluster template, but you still need to wire up DNS for it to work. (That is, create the Helm release, get the endpoint for the ALB, then CNAME whatever public (sub)domain you want to that.) This is for a publicly exposed server; for internal-only access, other configurations are possible.
  • values.yaml: defines default values for a variety of configuration parameters affecting the service at runtime

The repo also includes:

  • cluster.yaml: a CloudFormation template defining an EKS cluster and associated resources, as an example of an environment where you might run the service

The actual Docker image

The mixer Docker image is available in a private AWS ECR repository, at 250233190882.dkr.ecr.us-east-1.amazonaws.com/mixer. There are amd64 and arm64 versions available. Each has a series of releases tagged with a build number (current latest: 10007 and 10007-arm64). You can configure the release to either pin to a particular build, or use the mutable latest/latest-arm64 tags.

You will need to be granted access to that image; we can do that with the ARN of an AWS IAM role that will pull it, or contact us for alternative approaches.

About

An example configuration to deploy the mixer service in EKS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors