Skip to content

Add Big Peer EKS deployment example - #35

Open
Jigar Patel (jiggy-ditto) wants to merge 3 commits into
mainfrom
codex/big-peer-deployment-example
Open

Add Big Peer EKS deployment example#35
Jigar Patel (jiggy-ditto) wants to merge 3 commits into
mainfrom
codex/big-peer-deployment-example

Conversation

@jiggy-ditto

@jiggy-ditto Jigar Patel (jiggy-ditto) commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Summary

A complete, runnable example for deploying a self-managed Big Peer on Amazon EKS, validated end-to-end for both new and existing vpc.

Part 1 (Terraform) provisions the VPC (managed or bring-your-own), EKS cluster, node groups, core add-ons, EBS CSI via Pod Identity, private-subnet VPC endpoints, and admin access entries — all driven by a single annotated config.yaml.

Part 2 (Make) installs cert-manager, Envoy Gateway, Strimzi, the Ditto Operator, and Big Peer, then verifies the deployment with an insert/read smoke test through the gateway. Includes an optional portal UI behind the internal gateway, idempotent targets, and full teardown.

Validation

  • Terraform apply with SSO credentials
  • Full Part 2 bootstrap and Big Peer readiness
  • End-to-end document insert + read through the Envoy HTTPRoute
  • Portal UI access via port-forward and kubefwd
  • Existing-VPC path (subnet/VPC validation, multi-AZ)

@jiggy-ditto
Jigar Patel (jiggy-ditto) requested a review from a team as a code owner August 30, 2026 23:08
Part 1 provisions VPC + EKS (managed or existing VPC) from config.yaml,
including add-on ordering, EBS CSI via Pod Identity, admin access entries
and private-subnet VPC endpoints. Part 2 installs cert-manager, Envoy
Gateway, Strimzi, the Ditto Operator and Big Peer via Make, with a smoke
test and teardown.

The example is partition-safe (aws_partition/aws_caller_identity) but
carries no environment-specific references.
@jiggy-ditto Jigar Patel (jiggy-ditto) changed the title example(): Self Manage big peer deployment Add Big Peer EKS deployment example Aug 31, 2026
Comment thread examples/big-peer-deployment/config.yaml
Comment thread examples/big-peer-deployment/config.yaml Outdated
@jiggy-ditto
Jigar Patel (jiggy-ditto) force-pushed the codex/big-peer-deployment-example branch 2 times, most recently from 6d37f79 to b1c0224 Compare September 2, 2026 19:11
- Validate admin_principal_arns is non-empty at plan time; the upstream
  EKS module defaults enable_cluster_creator_admin_permissions to false,
  so omitting it locks every identity out of the cluster API.
- Comment out the big-peer-prod example deployment: two regions trip the
  single-region precondition, and its placeholder subnet IDs fail the
  existing-VPC data lookup. Uncomment with real IDs to use it.

Addresses review feedback on PR #35.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants