General troubleshooting guide and overview for some issues we’ve seen.
Kubox is complex, but we strive to make it as simple as possible. However, this complexity means there are several things that can potentially go wrong. Below is a list of common issues our customers have encountered:
The default logging level is set to info. To control the logging level in
Kubox, set the LOG_LEVEL environment variable in the .env file located in
the working directory. For example:
LOG_LEVEL="debug"
The available logging levels, in increasing order of verbosity, are: panic, fatal, error, warn, info, debug, and trace.
If you encounter errors while creating or deleting Kubox clusters, you may need to manually clean up AWS resources. Follow these steps to remove the resources associated with your Kubox cluster:
Delete EC2 Target Groups: Navigate to the EC2 Console > Target Groups (left sidebar) and delete the relevant target groups.
Delete EC2 Load Balancers: Go to the EC2 Console > Load Balancers and remove the associated load balancers.
Terminate EC2 Instances: Delete the EC2 instances linked to the Kubox cluster.
Delete the VPC: Deleting the VPC will clean up remaining resources.
After removing Target Groups and Load Balancers, proceed with deleting the VPC to finalise the cleanup.