Run an AppGate Server
- What is AppGate Server?
- AppGate Server Operation Requirements
- Hardware requirements
- Docker Compose Example
- Kubernetes Example
What is AppGate Server?
See the AppGate Server documentation for more information on what an AppGate Server is. This page aims to provide links and details on how to deploy and operate it.
AppGate Server Operation Requirements
An AppGate Server requires the following:
- A staked on-chain Application to pay for services.
- An optional on-chain Gateway to optionally proxy services.
- A connection to a Full Node to interact with the blockchain.
tip
It is crucial to deploy a Full Node prior to setting up a RelayMiner. This ensures the necessary infrastructure for blockchain communication is in place.
Hardware requirements
Please see the Hardware Requirements page.
Docker Compose Example
Please refer to the Deploying an AppGate Server
section in poktroll-docker-compose-example
GitHub repository on how to deploy an AppGate Server using docker-compose
.
Kubernetes Example
TODO_DOCUMENT: Provide an example using strangelove-ventures/cosmos-operator.