Skip to content

Getting Started

Prerequisites

Before you begin, ensure you have the following tools installed:

Required Tools

Optional Tools

Introduction

Prime EDM Helm Charts is a powerful collection of charts designed to help you deploy and manage microservices efficiently. Whether you're setting up a new cluster or managing existing deployments, our charts provide the flexibility and features you need.

Quick Commands

Installation

bash
# Add the Helm repository
helm repo add prime-edm https://charts.acx-sandbox.net --username $USER --password $PASSWORD

# Update the repository
helm repo update

# Search available charts
helm search repo prime-edm

Configuration

bash
# Show chart values
helm show values prime-edm/prime-edm > values.yaml

# Preview template output
helm template prime-edm prime-edm/prime-edm -f values.yaml

# Dry-run installation
helm install prime-edm prime-edm/prime-edm -f values.yaml --dry-run

Deployment

bash
# Install chart
helm install prime-edm prime-edm/prime-edm -f values.yaml

# Upgrade existing deployment
helm upgrade prime-edm prime-edm/prime-edm -f values.yaml

# List releases
helm list

# Uninstall release
helm uninstall prime-edm

Features

Multiple Chart Types

  • Deployment charts for various service types
  • Stateful application support
  • API Gateway configurations
  • Monitoring and logging setups

Customization Options

  • Extensive configuration parameters
  • Environment-specific settings
  • Resource management controls
  • Security policy configurations

Cloud Provider Support

  • AWS EKS optimized settings
  • Azure AKS configurations
  • Google GKE support
  • Oracle OCI compatibility
  • OpenShift deployment options

Security Features

  • Built-in security policies
  • Secret management
  • Network policy configurations
  • Service mesh integration

Next Steps

Released under the MIT License.