https://github.com/juminiy/kube
api wrapper of cloud native componets, rdbms driver, golang-stdlib, storage api: object-storage minio(parts in compatible with aws-s3), key-value storage model, etc.
https://github.com/juminiy/kube
aws-iam-policies aws-s3 cloud-native docker-client golang-library harbor-registry kubernetes-client minio-client wrapper-api
Last synced: about 2 months ago
JSON representation
api wrapper of cloud native componets, rdbms driver, golang-stdlib, storage api: object-storage minio(parts in compatible with aws-s3), key-value storage model, etc.
- Host: GitHub
- URL: https://github.com/juminiy/kube
- Owner: Juminiy
- License: apache-2.0
- Created: 2024-08-20T09:28:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:16:29.000Z (over 1 year ago)
- Last Synced: 2025-02-22T16:24:33.855Z (over 1 year ago)
- Topics: aws-iam-policies, aws-s3, cloud-native, docker-client, golang-library, harbor-registry, kubernetes-client, minio-client, wrapper-api
- Language: Go
- Homepage: https://github.com/Juminiy/kube
- Size: 2.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube/pkg
> kubernetes addition util package
1. image_api
- docker_api
- harbor_api
2. k8s_api
- test
3. log_api
- stdlog
- zaplog
4. storage_api
- minio_api
- s3_api
- db
- kv: key-value
- rdb: relational
5. util
1. safe_cast
2. safe_go
3. safe_json
4. safe_reflect
5. safe_validator
6. .
| Service \\ Connect | Method | Path \| Loc | Go Global Client | Reason |
|--------------------|------------------------------------|---------------------|------------------|------------------|
| Kubernetes | HTTP Host Config File | REST API | ✅ | InCluster |
| Harbor | HTTP Credential: username&password | Console & REST API | ✅ \| Both | Maybe Migrate |
| Docker | HTTP No Credential | Console & REST API | ✅ \| Both | Maybe Migrate |
| Minio | HTTP Credential: username&password | Console & REST API | ✅ \| Both | Maybe Migrate |
| StdLog | App Config File | | ✅ | Only Local files |
| ZapLog | App Config File | | ✅ | Only Local files |