-
image_api
- harbor_api
- docker_api
-
k8s_api
- index_api
- pod_api
- volume_api
- service_api
- instance_api
-
log_api
- stdlog
- zerolog
- zaplog
-
storage_api
- minio_api
- s3_api
- mq_api
-
util_api
- util/xxx_api
- more refer to k8s.io/apimachinery/pkg/util
- and more refer to xxx.xxx/xxx/pkg/../../util/../...
Service \ Connect | Method | Path | Loc | Go Global Singleton Type | Why |
---|---|---|---|---|
K8s | Host Config File | root@k8s_master_ip:~/.kube/config | ✅ | Self High Available |
Harbor | Credential: username&pasword | Harbor console | ✅ | Both | Maybe migrate |
Docker | ✅ | Both | Maybe migrate | ||
Minio | Credential: username&password | Minio console | ✅ | Both | Maybe migrate |
NFS | ||||
zaplog | App config file | ✅ | not a resource, only local files | |
zerolog | App config file | ✅ | not a resource, only local files | |