Getting Started
Follow these steps to launch Asynkron.OcppServer in a development cluster and attach a charger simulator.
Prerequisites
- Kubernetes 1.24+ or a Docker Compose environment
- TLS certificates for secure WebSocket endpoints
- Access to a database for session persistence (PostgreSQL, Cosmos DB, etc.)
Bring up the stack
- Clone the deployment manifests from the repo.
- Configure endpoint URLs and secrets in
values.yamlor.env. - Deploy the control plane with
helm installordocker compose up. - Run the included charger simulator to establish the first test connection.
When the simulator reports a successful handshake, review logs and metrics to confirm the system is receiving metering data and status updates.