Skip to content

Ab ecs aks#52

Open
palakchheda wants to merge 12 commits intomainfrom
ab-ecs-aks
Open

Ab ecs aks#52
palakchheda wants to merge 12 commits intomainfrom
ab-ecs-aks

Conversation

@palakchheda
Copy link
Collaborator

  • Add a configuration sample to deploy the Britive Broker on AWS ECS.
  • Add a configuration sample to deploy the Britive broker on AWS EKS.
  • Minor bug fixes and updates to README.

@palakchheda palakchheda requested a review from twratl February 23, 2026 18:37
}
],
"runtimePlatform": {
"cpuArchitecture": "X86_64",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should make this an option between ARM and x86

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with a new commit.
Configurable option for the architecture

# 2. Docker installed and running
# 3. kubectl installed and configured for your AKS cluster
# 4. AKS cluster running
# 5. britive-broker-1.0.0.jar in current directory
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/1.0.0/2.0.0/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with a new commit. configurable broker version

# Check for required files
log_info "Checking required files..."
if [ ! -f "britive-broker-1.0.0.jar" ]; then
log_error "britive-broker-1.0.0.jar not found in current directory"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/1.0.0/2.0.0/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with a new commit. configurable broker version

&& mkdir -p /var/run/sshd

# Copy Britive broker JAR
COPY britive-broker-1.0.0.jar /root/broker/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/1.0.0/2.0.0/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with a new commit. configurable broker version

- Create a new pool or select an existing one
- Copy the broker pool token

6. **britive-broker-1.0.0.jar** file in this directory
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/1.0.0/2.0.0/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with a new commit. configurable broker version

1. Copy the broker JAR file to this directory:

```bash
cp /path/to/britive-broker-1.0.0.jar .
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/1.0.0/2.0.0/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated with a new commit. configurable broker version

Replace hardcoded 1.0.0 with a BROKER_VERSION variable (default 2.0.0)
across deploy.sh, Dockerfile, and README. Add --broker-version CLI flag
to deploy.sh for runtime overrides without editing the script.
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