https://github.com/thbkrkr/kpm
(Another) Kubernetes Package Manager \o/
https://github.com/thbkrkr/kpm
Last synced: about 1 month ago
JSON representation
(Another) Kubernetes Package Manager \o/
- Host: GitHub
- URL: https://github.com/thbkrkr/kpm
- Owner: thbkrkr
- Created: 2019-06-07T11:20:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T21:41:17.000Z (over 6 years ago)
- Last Synced: 2025-03-02T17:48:19.766Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kpm
```bash
> kpm help
Usage: kpm COMMAND [arg...]
(Another) Kubernetes Package Manager \o/.
Commands:
l|list List available packages
i|install Install a package
g|get Show package details
```
```bash
> kpm l
certmgr cert-manager
eck elastic-cloud-on-k8s
nx-ing-ctl nginx-ingress-controller
```
```bash
> kpm i eck
customresourcedefinition.apiextensions.k8s.io/apmservers.apm.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/clusterlicenses.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/elasticsearches.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/enterpriselicenses.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/remoteclusters.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/trustrelationships.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/users.elasticsearch.k8s.elastic.co configured
customresourcedefinition.apiextensions.k8s.io/kibanas.kibana.k8s.elastic.co configured
clusterrole.rbac.authorization.k8s.io/elastic-operator unchanged
clusterrolebinding.rbac.authorization.k8s.io/elastic-operator unchanged
namespace/elastic-system created
statefulset.apps/elastic-operator created
secret/webhook-server-secret created
serviceaccount/elastic-operator created
```
```bash
> kpm g eck
NAME READY STATUS RESTARTS AGE
pod/elastic-operator-0 1/1 Running 0 11s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/elastic-webhook-service ClusterIP 10.11.252.50 443/TCP 2s
NAME READY AGE
statefulset.apps/elastic-operator 1/1 11s
```