{"id":22675595,"url":"https://github.com/stability-ai/kube","last_synced_at":"2025-04-12T14:24:08.894Z","repository":{"id":109971120,"uuid":"466160383","full_name":"Stability-AI/kube","owner":"Stability-AI","description":"Kubernetes deployment library for AWS","archived":false,"fork":false,"pushed_at":"2022-03-04T14:55:48.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:23:59.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stability-AI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-04T14:46:35.000Z","updated_at":"2024-08-12T20:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc313d7f-abb5-4c73-8650-a99d154d7918","html_url":"https://github.com/Stability-AI/kube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fkube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fkube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fkube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stability-AI%2Fkube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stability-AI","download_url":"https://codeload.github.com/Stability-AI/kube/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248579035,"owners_count":21127748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T17:57:44.844Z","updated_at":"2025-04-12T14:24:08.881Z","avatar_url":"https://github.com/Stability-AI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EKS Management Tool\n\n## Installation\n\n1. Install `kubectl`: https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html\n2. Install `eksctl`: https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html\n3. Clone this repository, and install the dependencies `pip install -r requirements.txt`. You may want to do this in a virtual environment.\n\nYou should now be able to use the CLI.\nTo show the help page, use `python kube.py --help`.\n\n## Basic Usage\n\nFirst, ensure you are using the AWS profile, by setting the `AWS_PROFILE` environment variable.\nBy default, you will use the `default` AWS profile. (view your profiles with `cat ~/.aws/credentials`)\n\nThen, to list the available clusters, type `python kube.py cluster list`. This will display the available clusters:\n\n```\nNAME         CREATED      STATUS  \ntest-2       2 days ago   ACTIVE  \nmy-cluster   4 hours ago  ACTIVE  \n```\n\nBy default, we probably aren't selecting any cluster. Check with `python kube.py cluster current`:\n\n```\nNo cluster selected.\n```\n\nSelect a cluster with `python kube2.py cluster select --name my-cluster`:\n\nThen, use `python kube2.py job [deploy|list|kill|ssh]` to work with jobs on the cluster.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstability-ai%2Fkube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstability-ai%2Fkube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstability-ai%2Fkube/lists"}