K3S
Contains information related to the K3S and the application system
Get Statefulsets
sudo k3s kubectl get statefulsets -A | grep "ix-"
get user names and passwords for applications
Use this script in a .sh format to get application passwords #!/bin/bash # get namespacesnam...
K3S applications certificates guide
sudo k3s kubectl get challenges -n ix-appname sudo k3s kubectl describe challenge CHALLENGENAME ...
K3S Commands
k3s crictl pull <imageName> k3s kubectl get pods -n <ix-appname> k3s kubectl get pods --all-nam...
Start and Stop using HeavyScript
Start: heavyscript app -s <applicationName> Stop: heavyscript app -x <applicationName>