This documentation contains comprehensive guides for deploying and managing Chia services on Kubernetes.
- Start a Farm - Complete guide to setting up a Chia farm with all necessary components
- ChiaCA - Certificate Authority for secure communication between Chia services
- ChiaNode - Full node for blockchain synchronization and peer networking
- ChiaFarmer - Farming service that creates blocks and earns rewards
- ChiaHarvester - Plot management and harvesting service
- ChiaWallet - Wallet service for managing XCH and transactions
- ChiaCrawler - Network crawler for peer discovery
- ChiaIntroducer - Introduction service for connecting new nodes to the network
- ChiaSeeder - DNS seeder for providing initial peer connections
- ChiaTimelord - Verifiable delay function service
- ChiaDataLayer - Data layer service for decentralized data storage
- ChiaCertificates - Certificate management for secure communications
- ChiaNetwork - Network configuration and management
- All Components - Common configuration options applicable to all Chia resources
- Services and Networking - Service configuration, load balancing, and networking options
- Storage - Persistent volume and storage configuration
- Advanced - Advanced configurations including sidecars and init containers
- Chia Exporter - Prometheus metrics collection and monitoring
- Chia Healthcheck - Health checking and readiness probes
Check out our Troubleshooting guide for instant help with common issues.
If you still need help:
- Check the chia-operator GitHub Issues
- Review the Chia documentation
- Join the Chia community Discord
When reporting issues, please include:
- Kubernetes version
- chia-operator version
- Resource definitions (with sensitive data removed)
- Pod logs and events
- Output of
kubectl describefor affected resources