Skip to main content

Tool to work with kubernetes dashboard, if there is no kubectl access

Project description

KDC - Kubernetes Dashboard Connector

Designed to partially replace kubectl app if your DevOps do not grant access to it.
As an alternative for kubectl, DevOps can set up Kubernetes Dashboard
web app and grant access to it. But as this solution is slow and not very convenient, I've created this tool to request logs and pod data from the cluster.

Features

  • select kubernetes cluster to work with
  • select kubernetes namespace to work with
  • list namespaces
  • list deployments
  • list pods
  • list jobs
  • get logs from pods by name pattern. Multiple pods can be selected separated by space
  • get logs from the latest job by name pattern
  • delete pod by name pattern (1 per time, check if it is allowed)
  • scale deployment by name pattern (1 per time, check if it is allowed)
  • download logs to the file
  • show the token of current cluster

Installation

pip install kdc-kubeconnector

Configuration

Find the config file here ~/.kdc/config.toml It will be created after the first run of the tool.

[default]
cluster = "localhost"
namespace = "default"

[log]
level = "INFO"
file = "kdc.log"
save = false

[connection]
retries = 3
delay = 1
page = 3000

[cluster.localhost]
url = "http://localhost:8001"
token = "token"
namespace = "default"

[cluster.dev]
url = "http://dev:8001
token = "token2"
namespace = "default"

[cluster.uat]
url = "http://uat:8001
token = "token3"
namespace = "default"

Usage Examples

List pods

kdc -p
kdc -p s=running --only running
kdc -p s=run  --only running
kdc -p n=nginx --only with name nginx
kdc -p s=run n=ngi --with name nginx

Get logs from the pod with name like nginx-sd4353453-4543d

kdc -l nginx

Get logs from the few pods

kdc -l nginx app1 app2

List namespaces

kdc -n

Set the namespace to work with by default

kdc -n default
kdc -n dev
kdc -n uat

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Release Notes

  • 1.7.0 - fixed version issue. Added the ability to set the namespace by cluster. Improved env selection argument

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kdc-kubeconnector-1.7.5.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kdc_kubeconnector-1.7.5-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file kdc-kubeconnector-1.7.5.tar.gz.

File metadata

  • Download URL: kdc-kubeconnector-1.7.5.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for kdc-kubeconnector-1.7.5.tar.gz
Algorithm Hash digest
SHA256 e16152c0474d349307aec33484149a161ba85ab86dbb1d2c4625f6209c80901f
MD5 5f1bcbae7e7e120c452e2ad219d7d93d
BLAKE2b-256 7fb1a4471febe9599d6fe51175e5e58b3fb2e11c86a2b01de5204e2f49a4f8b1

See more details on using hashes here.

File details

Details for the file kdc_kubeconnector-1.7.5-py3-none-any.whl.

File metadata

File hashes

Hashes for kdc_kubeconnector-1.7.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e2ac63b2abbeba2ca226c4b540e95d156fc5791a82afeffe905dfb177a9d04ec
MD5 dffa64c59eea2ed0dc61a14ff6097d1b
BLAKE2b-256 bc9d2e7c45d37e70274fbea2501099ef6b49fd0ba0ce288f016f9b24cda000af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page