Skip to content

k9s

Manage your Kubernetes clusters with style

K9s provides a terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your applications in the wild.

devops

https://k9scli.io

arm64 armhf amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install k9s

sudo apt install k9s

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    k9s=0.32.4*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      k9s=0.32.4*

Download URLs

Version SHA256 Size (KB)
0.32.4 bfe3228f3a3d94a4d87a7d75ea5757b48278f5d08a126d10d1ecbc9d19f75171 20429
0.32.3 50b5463d70e4b4b3663bcf6c58630d87c1eed9ae5f759917f10feed484e540e3 20427
0.32.2 7d9eb251eccabde287322116ba6c475ef94c22a01d612f596f33e0e4249ed8b5 20412
0.32.1 3110a0462f80a703d069335779511d0abbdde8b8ad5ebc937dfa11f03dba1195 20407
0.32.0 9d2e796f25b37fea5919c53836bdc857ec2d2b23a29bcc282102843b10ee8e3c 20417
0.31.9 e76ca43b758f40c8a22119980250fc2d2cb422cd9602ab770bcd9f350c095c1e 20303
0.31.8 bd21cc1c2bab6e0ca08fb82f057b1de895099df1fd69cb67fbc0f5131d802cd5 20816
0.31.7 1e5c14b6e2022528b6e17965a82af1a9249b493aca0909ba3609618ca38e7de4 20813
0.31.6 2822231ce93f2f101449c366347a8035f76e6ffa357622374f49bd88b69d2ee8 20810
0.31.5 5ffe4f2ff95ddb0613867a39141733d6bee22be675edbce9870a4e2cfafb0d79 20808
Version SHA256 Size (KB)
0.32.4 c85acc98fbde305a0b944d0adc5900cd9cce147388daca863af9aac2d8a3619a 17632
0.32.3 89b5e34f4841d6b1c4d520e8d77ac84e135aa7098235436655d8cec56aff3254 17617
0.32.2 8aa281caee46498cc1257cab8551379e0e5a12d769c96c5eb32d5d1cd7a43063 17622
0.32.1 c7aecfcb73c83b6674d2a11a5975d375a72b65c0721979e104fb2a59b86ef7aa 17622
0.32.0 31d3c3cfb777a0495fefb87017ee0ebf4c28959018241b36c09a0df03854e07c 17617
0.31.9 cffe37d52263e792117c37ef0bb4d3b47f3f1c168cbb75e6cf271a29a2af7598 17486
0.31.8 0a1df476f04b9e868ac905520affb66c190bcc659c41eb77f843500e3e9f9b87 17949
0.31.7 6d8f6f9072922265820f4e8fa7305e8df6cb406d952d1c7064ff334e2871d083 17938
0.31.6 9c83c80e7626f123b713ec85c94912c06de792425b2d3d434d0296a01b05e104 17951
0.31.5 945774d6d49038c54100123fe0e3322f5d0348b263d3986c64310e45520c71ff 17938
Version SHA256 Size (KB)
0.32.4 ce79ec9a61bd889697489015029c68830c5cdc384da95bcffb156b00366b09b1 17669
0.32.3 0a9f1759cd9213737faa650ccdb09e53f3156babddf2f051dee899707b96c440 17654
0.32.2 fa545856c1fca66ce7bb49af6fee718618aa273a56b6937810edcd24017f3da8 17658
0.32.1 ac1a12a0041fd27a0315990db7da990666dd542ce520577fd9282ce5a4855807 17658
0.32.0 1aa45112c2506bf16f61d2b7cf8eb7dbd25bed30325ef363b655957bc3ca5ce1 17654
0.31.9 7e4520ccab22ce6b81348f3845ca94eb8ddcfe176a7d30e81f3ced3383dbfd01 17596
0.31.8 d14f1704634f087bb257755e38092fb1ca52f407c15f1aeedaa8887356240bbc 18065
0.31.7 3ac9bdec03cceb125aa1b03ce325222cf6513012931640036e665b867f93b0fd 18057
0.31.6 daec50f91f8214fd13431a8fbaa445048ee23908440afeb8d7db3c799e00855a 18063
0.31.5 dcbbd32c8ca84c6e5fcdc07054fd6d11c4f510fa5337d897d079cd56ba5d079d 18050

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for k9s are versioned here.

Click here to see k9s ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/k9s/ops2deb.yml
- name: k9s
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 0.25.19
      - 0.25.20
      - 0.25.21
      - 0.26.0
      - 0.26.3
      - 0.26.5
      - 0.26.6
      - 0.26.7
  homepage: https://k9scli.io
  summary: manage your Kubernetes clusters with style
  description: |-
    K9s provides a terminal UI to interact with your Kubernetes clusters.
    The aim of this project is to make it easier to navigate,
    observe and manage your applications in the wild.
  fetch:
    url: https://github.com/derailed/k9s/releases/download/v{{version}}/k9s_Linux_{{target}}.tar.gz
    targets:
      amd64: x86_64
      armhf: arm
  install:
    - k9s:/usr/bin/

- name: k9s
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 0.27.3
      - 0.27.4
      - 0.28.0
      - 0.28.1
      - 0.28.2
  homepage: https://k9scli.io
  summary: manage your Kubernetes clusters with style
  description: |-
    K9s provides a terminal UI to interact with your Kubernetes clusters.
    The aim of this project is to make it easier to navigate,
    observe and manage your applications in the wild.
  fetch: https://github.com/derailed/k9s/releases/download/v{{version}}/k9s_Linux_{{goarch}}.tar.gz
  install:
    - k9s:/usr/bin/

- name: k9s
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 0.29.1
      - 0.30.0
      - 0.30.1
      - 0.30.2
      - 0.30.3
      - 0.30.4
      - 0.30.5
      - 0.30.6
      - 0.30.7
      - 0.30.8
      - 0.31.0
      - 0.31.1
      - 0.31.2
      - 0.31.3
      - 0.31.4
      - 0.31.5
      - 0.31.6
      - 0.31.7
      - 0.31.8
      - 0.31.9
      - 0.32.0
      - 0.32.1
      - 0.32.2
      - 0.32.3
      - 0.32.4
  homepage: https://k9scli.io
  summary: manage your Kubernetes clusters with style
  description: |-
    K9s provides a terminal UI to interact with your Kubernetes clusters.
    The aim of this project is to make it easier to navigate,
    observe and manage your applications in the wild.
  fetch:
    url: https://github.com/derailed/k9s/releases/download/v{{version}}/k9s_Linux_{{target}}.tar.gz
    targets:
      armhf: armv7
  install:
    - k9s:/usr/bin/

The blueprint fetch keyword contains a URL template pointing to k9s releases. Downloaded files are locked in a lockfile versioned here.

Click here to see k9s release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/k9s/ops2deb.lock.yml
- url: https://github.com/derailed/k9s/releases/download/v0.25.19/k9s_Linux_arm.tar.gz
  sha256: c8e7dc4c8165399c8e771c1d09259d084f9cf9a19d8a7c8d7f6c5f7ff5840523
  timestamp: 2022-06-28 04:04:32+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.19/k9s_Linux_arm64.tar.gz
  sha256: 336c923c1f0db3fbfc9dd8f54dc58a9c9ec8f6499680f016e086da73723d6a41
  timestamp: 2022-06-28 04:04:32+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.19/k9s_Linux_x86_64.tar.gz
  sha256: 298ec215aaa781c61b7784bf2d076be536eccdeb835becdaa390b19b3d9801fb
  timestamp: 2022-06-28 04:04:32+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.20/k9s_Linux_arm.tar.gz
  sha256: 40434c18ad344e51d90786d61947c70275cda4a02fe485b24de8d12018ac3e43
  timestamp: 2022-06-28 20:31:36+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.20/k9s_Linux_arm64.tar.gz
  sha256: 8a04bc16ea5f465e2d6e69f0019eef5abca2fe51c6bc64dec3d62e8229653306
  timestamp: 2022-06-28 20:31:36+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.20/k9s_Linux_x86_64.tar.gz
  sha256: 9cd7ef0a416be160cbccefb568c9a72c403122e3a96d3d8b9c95de9f29586b80
  timestamp: 2022-06-28 20:31:36+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.21/k9s_Linux_arm.tar.gz
  sha256: 8a333bb9680cd5f04169d01cf47d5552967828a52fee70a01b1084beb45ea0cb
  timestamp: 2022-06-30 20:30:54+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.21/k9s_Linux_arm64.tar.gz
  sha256: f22703144cdb8e7adb1d27d91b6e1f555e3acd4d63fb2b576458dcc30c12b640
  timestamp: 2022-06-30 20:30:54+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.25.21/k9s_Linux_x86_64.tar.gz
  sha256: baa54edb4aace44f2c713f3bffe75ee60994f6a8244d3e50b940e8367922e454
  timestamp: 2022-06-30 20:30:54+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.0/k9s_Linux_arm.tar.gz
  sha256: b35d572537373601bc8f0aa5ed05a080f95e0b10a675c07f0af693e619f1d704
  timestamp: 2022-07-17 20:25:43+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.0/k9s_Linux_arm64.tar.gz
  sha256: a4629833ad6de6b6c1168003a30c0e462b8c2259e90a554399cb2454fd806a8d
  timestamp: 2022-07-17 20:25:43+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.0/k9s_Linux_x86_64.tar.gz
  sha256: cddbc88403d1cfb02f3e55558b61ce63a0486f9bb8fcd258fcd104565b794c80
  timestamp: 2022-07-17 20:25:43+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.3/k9s_Linux_arm.tar.gz
  sha256: f3a978e082454cc12a0ecf7f2b888de85ce9d8239aa88d729e5f391ba9af2520
  timestamp: 2022-08-04 08:30:49+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.3/k9s_Linux_arm64.tar.gz
  sha256: 8caca92ce204449b34cb98dd4ed371fa15d1c4f93983d8f5cefe76c115b9397b
  timestamp: 2022-08-04 08:30:49+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.3/k9s_Linux_x86_64.tar.gz
  sha256: 3447ac17cfa46fe91ab2bfcb021d43f7f2d40ac37c7b573241a511b85fc162cf
  timestamp: 2022-08-04 08:30:49+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.5/k9s_Linux_arm.tar.gz
  sha256: f0f193e0fb1a3b8c533a10fe337c3052dbd1c56456298f660848dc61d406b0eb
  timestamp: 2022-09-22 18:32:34+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.5/k9s_Linux_arm64.tar.gz
  sha256: 62bc8fe98ad035a64bbeede91bdd57de357af3059bd80975a9d22b6b072d97f8
  timestamp: 2022-09-22 18:32:34+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.5/k9s_Linux_x86_64.tar.gz
  sha256: 8ae556d05b4744f7b79cc71549e4096daa9c6b913be88ee43be42ef800137bc3
  timestamp: 2022-09-22 18:32:34+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.6/k9s_Linux_arm.tar.gz
  sha256: 4bcdb31bc0be434140a93563cc5380c46df4e9017450d8e7676fbf0c6235e7a5
  timestamp: 2022-09-27 06:44:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.6/k9s_Linux_arm64.tar.gz
  sha256: 27a30ab27f2caada1b2ea2e653d2c4d5d6ecb7693d92a86f42b6c79f89d00996
  timestamp: 2022-09-27 06:44:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.6/k9s_Linux_x86_64.tar.gz
  sha256: 7abe5d029a29d8108ab405889ea2a8f731765d79333920ac7c2942c6e16d1bd4
  timestamp: 2022-09-27 06:44:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.7/k9s_Linux_arm.tar.gz
  sha256: c735b01b7098b26a9e711000ad7a94c88dad53eccb14709544479b4a7cf6770c
  timestamp: 2022-10-18 17:33:16+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.7/k9s_Linux_arm64.tar.gz
  sha256: 2888feae5298517cf4862251a8877ff978b3eb234cbc3ebc0d9eb07fc671673d
  timestamp: 2022-10-18 17:33:16+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.26.7/k9s_Linux_x86_64.tar.gz
  sha256: f774bb75045e361e17a4f267491c5ec66f41db7bffd996859ffb1465420af249
  timestamp: 2022-10-18 17:33:16+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Linux_amd64.tar.gz
  sha256: b0eb5fb0decedbee5b6bd415f72af8ce6135ffb8128f9709bc7adcd5cbfa690b
  timestamp: 2023-03-04 01:29:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Linux_arm.tar.gz
  sha256: 40de204f6b0a2ade7e48434b12d5293055f1df3bcfb5b6d278582eb5f6228295
  timestamp: 2023-03-04 01:29:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Linux_arm64.tar.gz
  sha256: c2b2e8ccd05cea311600ed47d2a72df835a93fd5b9b470c42f7b248398f45592
  timestamp: 2023-03-04 01:29:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Linux_amd64.tar.gz
  sha256: e507831ebd5f9b8c0380f212669f352c6e34cb760c916b498babae8be83c4392
  timestamp: 2023-05-07 18:19:41+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Linux_arm.tar.gz
  sha256: 9ebae81b7e93f5b438fd666a789f8554e5e576e2c7d7f5529f3770a4439ff9b4
  timestamp: 2023-05-07 18:19:41+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.27.4/k9s_Linux_arm64.tar.gz
  sha256: 05f7b054b2f41a69f13893ec819a8aca43662a4bad61951e9887a6f92ecbf2d8
  timestamp: 2023-05-07 18:19:41+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.0/k9s_Linux_amd64.tar.gz
  sha256: 3f307da4935b05fe382318d90509651050e7791ed75c35b37de6492d900d7d62
  timestamp: 2023-11-07 03:17:12+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.0/k9s_Linux_arm.tar.gz
  sha256: d4024ddcf62073956eb3eb2b890f7f0c40c97a06a0cc1c59de004d18a5b83ba8
  timestamp: 2023-11-07 03:17:12+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.0/k9s_Linux_arm64.tar.gz
  sha256: 2f7903ce316e5261165e7fcad1173f764badfc9d1686d7daf5b5f90a12207de8
  timestamp: 2023-11-07 03:17:12+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.1/k9s_Linux_amd64.tar.gz
  sha256: 803aeb7d52324b3e6a6075c1f68ecb88109e1e29f7eaa43e194c1860ed5b55dc
  timestamp: 2023-11-11 18:19:41+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.1/k9s_Linux_arm.tar.gz
  sha256: cb5fdfcaa6f942ab2a5033777f5d0c99a435699108dcbdbab36cfe0cc7a40e11
  timestamp: 2023-11-11 18:19:41+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.1/k9s_Linux_arm64.tar.gz
  sha256: d3dbe65fbd3041a315946fbc41a7df006d8f5853878c9ef4f614ef6d68456940
  timestamp: 2023-11-11 18:19:41+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.2/k9s_Linux_amd64.tar.gz
  sha256: 3dc8238a554ad2051b91931f9da154188e222a9a1accc4410d7a87a654aab34e
  timestamp: 2023-11-12 09:14:56+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.2/k9s_Linux_arm.tar.gz
  sha256: 577812f59c90328e46245ecba9331cdedd2dea53899fa1232d9139d4dff8fd50
  timestamp: 2023-11-12 09:14:56+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.28.2/k9s_Linux_arm64.tar.gz
  sha256: 2afd34b3ce36807c97d67b84075fc76c07b5ef6e89c7bdbd70c0ce2d5144aa2e
  timestamp: 2023-11-12 09:14:56+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.29.1/k9s_Linux_amd64.tar.gz
  sha256: b7ed81a8952a5520a1a6978c3cf68b1fd555d928a444c63d4b826ae6fbb6d9ff
  timestamp: 2023-12-11 11:17:47+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.29.1/k9s_Linux_arm64.tar.gz
  sha256: f9dbd1ff1cd26d851c8ac695decbc4ceea97f2a87ccfa16ff805ab5f49ae9b81
  timestamp: 2023-12-11 11:17:47+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.29.1/k9s_Linux_armv7.tar.gz
  sha256: 64f0f51ff87b37dc16523b053a4f34699265f6718f50e4a273aaeccfa1577816
  timestamp: 2023-12-11 11:17:47+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.0/k9s_Linux_amd64.tar.gz
  sha256: 42b267380d32387e837f920d8313494a2098833d4b083477c40da216fb89dabf
  timestamp: 2023-12-24 01:19:31+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.0/k9s_Linux_arm64.tar.gz
  sha256: 5cd65aed9209e7acebede7af8d675d3df355977c27d62efa43d7701623229605
  timestamp: 2023-12-24 01:19:31+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.0/k9s_Linux_armv7.tar.gz
  sha256: b2045b64c08e9f3f03d028c4e1604264f8fc667a0c8b9860bb90771b0d7ef446
  timestamp: 2023-12-24 01:19:31+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.1/k9s_Linux_amd64.tar.gz
  sha256: b3093cb0c2ec536074ffd83c79ac4f36863b49c23afb5659822eda7f846fe3f3
  timestamp: 2023-12-24 21:13:58+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.1/k9s_Linux_arm64.tar.gz
  sha256: 6923a3ed239ab5706622255c849e6ad8a9697fd1d7f12ec87a6b8f2e93e7856f
  timestamp: 2023-12-24 21:13:58+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.1/k9s_Linux_armv7.tar.gz
  sha256: 2abcfb68c945dd99fc4917662317c067756fab01f9a25bb0d610a1a259ef6f71
  timestamp: 2023-12-24 21:13:58+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.2/k9s_Linux_amd64.tar.gz
  sha256: 91eed95f9146fb961a9f71adc315278676ea3cac994af83c953a3277a4e87e95
  timestamp: 2023-12-25 06:22:53+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.2/k9s_Linux_arm64.tar.gz
  sha256: 08a7a35b6f700e4feac238224c58b8ccd1edf2e733b552de79d57e37ad313b8f
  timestamp: 2023-12-25 06:22:53+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.2/k9s_Linux_armv7.tar.gz
  sha256: 925c30d66cb5de25f7c27925c1ee994f2e88cfb8876e9f5245c9a2713c29868d
  timestamp: 2023-12-25 06:22:53+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.3/k9s_Linux_amd64.tar.gz
  sha256: 3acce0cc4986d1c06e0c2c187788cd7b684d85b355f14f316882ddc008cf6909
  timestamp: 2023-12-25 21:14:21+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.3/k9s_Linux_arm64.tar.gz
  sha256: c6b1ca09c2de74aabf54f8930c38e595e12b353fa0099835f2e5db644036b8e1
  timestamp: 2023-12-25 21:14:21+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.3/k9s_Linux_armv7.tar.gz
  sha256: 127ed63aeecfab0e0129fbdcf4ab03673806028f4254abf4004f9e2ebea6cd40
  timestamp: 2023-12-25 21:14:21+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.4/k9s_Linux_amd64.tar.gz
  sha256: fda8cd542d18f2578b8cef90447f2d059bfb20261e49320a87b5e2049d487aa4
  timestamp: 2023-12-26 18:20:45+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.4/k9s_Linux_arm64.tar.gz
  sha256: 70015ff3a336cb612c474fd67a6aa3e5f95eb8b219df69ac2fe298e6385e250d
  timestamp: 2023-12-26 18:20:45+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.4/k9s_Linux_armv7.tar.gz
  sha256: e759fe8ce7e27527713cf4e04782c99a59254e08670330f51413cd5188cc9730
  timestamp: 2023-12-26 18:20:45+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.5/k9s_Linux_amd64.tar.gz
  sha256: e5b210c1a509f1c0cde1f7f254880825b12678a1ddfda57ba1207910fa511ec6
  timestamp: 2023-12-28 01:13:27+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.5/k9s_Linux_arm64.tar.gz
  sha256: 0a14dc964c89df885623cfabe081e6578d1beaaf3c4b2f012b79e04bcd19ac55
  timestamp: 2023-12-28 01:13:27+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.5/k9s_Linux_armv7.tar.gz
  sha256: aa5f4e3cf1d22f68b5f1e7f19e440374422ac27087fb4eef578904ed1a50f988
  timestamp: 2023-12-28 01:13:27+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.6/k9s_Linux_amd64.tar.gz
  sha256: 49872e72054f0751aa3ac316bd55f657784fd06f494fb9977adb0ba1b50b44d7
  timestamp: 2023-12-29 01:05:01+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.6/k9s_Linux_arm64.tar.gz
  sha256: 8c6f8b9619bec892318e44eb6e975ffc8517c7286acfda4eeb4e0ec55137e0b6
  timestamp: 2023-12-29 01:05:01+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.6/k9s_Linux_armv7.tar.gz
  sha256: f286f82342270bf44775d34762793dd0eae4b701f9c905502ea9150a64d618d8
  timestamp: 2023-12-29 01:05:01+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.7/k9s_Linux_amd64.tar.gz
  sha256: 9a775bbf41889dd7fa260ba3dce1edc9888b41b478e1d022dd0d65a6ad21aef2
  timestamp: 2024-01-03 09:18:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.7/k9s_Linux_arm64.tar.gz
  sha256: 031b3e455bd783de2f46085ee193b463931a37a5c9416aafa732783d0e4391f8
  timestamp: 2024-01-03 09:18:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.7/k9s_Linux_armv7.tar.gz
  sha256: 5647753d8e81b4d614889da574dc4a2a5aec7f9cfbe7a894cfb0b73cd4724ec3
  timestamp: 2024-01-03 09:18:23+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.8/k9s_Linux_amd64.tar.gz
  sha256: 40752ef7192eefab50e012cc24d521fb615bdd1d517717cffe1dc341378aaf85
  timestamp: 2024-01-03 21:14:57+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.8/k9s_Linux_arm64.tar.gz
  sha256: 01d74c0e813f75cf1b6ad89f654098cce0a8f7f39c15022b3e57c456b1d20556
  timestamp: 2024-01-03 21:14:57+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.30.8/k9s_Linux_armv7.tar.gz
  sha256: d344d96b16f38eb8fc43a4686aa99199efe817775413d04b3292842a3ac65e05
  timestamp: 2024-01-03 21:14:57+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.0/k9s_Linux_amd64.tar.gz
  sha256: 510b36d565929b742c8a59b05958436b4b5ac9375ba78119e5502e284f0484ea
  timestamp: 2024-01-09 03:18:37+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.0/k9s_Linux_arm64.tar.gz
  sha256: 3e3c85ac7cea1d898014025e4cce136f3051e6881cfa9ae00fba2d44e6b05c13
  timestamp: 2024-01-09 03:18:37+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.0/k9s_Linux_armv7.tar.gz
  sha256: 0b38587f9cf927d6c40e99c357bcbd98b9c70da8c15bd41e739b1bbade70f0dc
  timestamp: 2024-01-09 03:18:37+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Linux_amd64.tar.gz
  sha256: 8f90f9ab61fb3d2d9ce8b69373570f6983a828f2de26d822ffe9c6cc890ba0bb
  timestamp: 2024-01-09 09:17:27+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Linux_arm64.tar.gz
  sha256: 350fd8373620fb48d92bda72a20b5329d6fa17d069063e02c45a5f6127584369
  timestamp: 2024-01-09 09:17:27+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Linux_armv7.tar.gz
  sha256: dba6ebdc152ebd0fb5df180a098e4070f3020b41ef3420503bb1bf68d823f06f
  timestamp: 2024-01-09 09:17:27+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Linux_amd64.tar.gz
  sha256: a523372ede51b2f2e2bc9503311445378c22e0702642c9bcde5e4520786e55b0
  timestamp: 2024-01-09 21:15:19+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Linux_arm64.tar.gz
  sha256: 64769ec05d0278c68cd8fcc800685d9f0604e4c4291d7e86b35b620a6a23746a
  timestamp: 2024-01-09 21:15:19+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Linux_armv7.tar.gz
  sha256: 3424bf818eef1fabcaf5a4681e712826ed5c57230383ec670d44f09a33386aa7
  timestamp: 2024-01-09 21:15:19+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.3/k9s_Linux_amd64.tar.gz
  sha256: 4ecd7fe00eaa51a57a8ffc266ec8fe3e101f2944cc22e389c6916468df9e8f45
  timestamp: 2024-01-10 18:22:18+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.3/k9s_Linux_arm64.tar.gz
  sha256: 886f8ee193d859277dbfafd2ab270ef45fd656f8e772ee35f3a3ef8b3f402ef9
  timestamp: 2024-01-10 18:22:18+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.3/k9s_Linux_armv7.tar.gz
  sha256: de6e30836b5c29e01f713ee6fd7ce56a05892b4f3eacda658d2132127809ff75
  timestamp: 2024-01-10 18:22:18+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.4/k9s_Linux_amd64.tar.gz
  sha256: 3fa1b23a2b9cbce879f153237b0c0ad6407b40a9ec9a6adc3849a3c5360c1de2
  timestamp: 2024-01-11 01:17:40+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.4/k9s_Linux_arm64.tar.gz
  sha256: 5aa45965971102d0e8d949d0d4261a767de9fd3e394ad70ea5700a411155de6b
  timestamp: 2024-01-11 01:17:40+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.4/k9s_Linux_armv7.tar.gz
  sha256: bc2c18097adf31e0fbaf5145f85b76ac7ae3123e06b680a79c8b9a21b1d34a24
  timestamp: 2024-01-11 01:17:40+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.5/k9s_Linux_amd64.tar.gz
  sha256: 3904f39c9ff4eaedfa35c81e2fa9e42817505375fbbce9932d01bfbc4c2673d8
  timestamp: 2024-01-13 01:16:45+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.5/k9s_Linux_arm64.tar.gz
  sha256: d304a6022bce4f0016bebaa102e5834b14b7395d9224d31f729584f8f7f17c3d
  timestamp: 2024-01-13 01:16:45+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.5/k9s_Linux_armv7.tar.gz
  sha256: cb05f82d035bef02f8cbed4005b986876dd5066ea5ff9106f962b8b23b36ed52
  timestamp: 2024-01-13 01:16:45+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.6/k9s_Linux_amd64.tar.gz
  sha256: 2ee5b5b2cecd3a2e1bdcebc6079b8dce5b73b1e43959f9edb45dfc577f5ce6bf
  timestamp: 2024-01-18 09:18:01+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.6/k9s_Linux_arm64.tar.gz
  sha256: 670c16e7c5a04ccc59be6dfecef413fc1095362290aa659c1e0ec3b2aeccec58
  timestamp: 2024-01-18 09:18:01+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.6/k9s_Linux_armv7.tar.gz
  sha256: 0f70a56dbccdee17c2f8d2ad2280e764e3eb09d3c390d6809cb67b110397104b
  timestamp: 2024-01-18 09:18:01+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.7/k9s_Linux_amd64.tar.gz
  sha256: 10a01834fca8a1c6613ae3ed17ce22575e1d2f4ffb1dd344866df533ed2d2539
  timestamp: 2024-01-18 18:22:31+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.7/k9s_Linux_arm64.tar.gz
  sha256: 7310ca3d6d8f359457baeda2b0bc62571b7a0e068fe07275a774e7b2a9b54243
  timestamp: 2024-01-18 18:22:31+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.7/k9s_Linux_armv7.tar.gz
  sha256: 59e222cb921cae4f77f9c3ab792587e10953075348f5e3387dcaa4e5a3e2d44d
  timestamp: 2024-01-18 18:22:31+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.8/k9s_Linux_amd64.tar.gz
  sha256: 3ddcf3d45d22d9fe89c6f8c3e5ad3c8a90af0a9210a2c0df407457fae79be07e
  timestamp: 2024-02-07 03:05:57+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.8/k9s_Linux_arm64.tar.gz
  sha256: f5730a951ba7fbf9f816b515cbe4b5156ec4ae1c21e414869d57a49390ff0fcb
  timestamp: 2024-02-07 03:05:57+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.8/k9s_Linux_armv7.tar.gz
  sha256: 973e5245e566a6151f561dda9fa28928ffefea8d115e59354a69892a1ceb3cd5
  timestamp: 2024-02-07 03:05:57+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.9/k9s_Linux_amd64.tar.gz
  sha256: 075a588642e35cd68394b8ad0df474423650945ef8a786767b7fbce0a4764fea
  timestamp: 2024-02-16 03:05:59+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.9/k9s_Linux_arm64.tar.gz
  sha256: bced070dd0b4e029070a515b62ba294424a0c6f0416e4fac24b3bc5874554305
  timestamp: 2024-02-16 03:05:59+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.31.9/k9s_Linux_armv7.tar.gz
  sha256: b2d3f7f8675a72ee9862c55e081c1d6875497129475219728f21e77347954ef3
  timestamp: 2024-02-16 03:05:59+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.0/k9s_Linux_amd64.tar.gz
  sha256: 3efa7e95695504d6fe8d12745368d8a908241c4949f631776aded2ddc506c6a6
  timestamp: 2024-03-02 18:06:49+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.0/k9s_Linux_arm64.tar.gz
  sha256: fdaf23ec21cd1dfb722d18bc8f59a9fd4b664242f5087b8c0f0c7138ebaac780
  timestamp: 2024-03-02 18:06:49+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.0/k9s_Linux_armv7.tar.gz
  sha256: 57264aaa0e59bc090f6f31a1431c92a23e8ecce4729a1a26f2412ec9550023a0
  timestamp: 2024-03-02 18:06:49+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.1/k9s_Linux_amd64.tar.gz
  sha256: c1ca2376991de9311b12f70d72a23c9e5798231bef9a4017ef163a827ebf44af
  timestamp: 2024-03-05 06:06:15+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.1/k9s_Linux_arm64.tar.gz
  sha256: 8c3c4ffe7d80207bf43e6d2394ad179b1a5b52b9abdcbea1b5a31ddae0e41292
  timestamp: 2024-03-05 06:06:15+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.1/k9s_Linux_armv7.tar.gz
  sha256: 0a8a4604cc5793f64da5f1d617e5e1bebbe4ffd13846baae00c1ca2b968ca19e
  timestamp: 2024-03-05 06:06:15+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.2/k9s_Linux_amd64.tar.gz
  sha256: 599cd05a55ce38bd835eef0024f67a583a3d4ae8ae37bc5318962695a2730182
  timestamp: 2024-03-06 03:06:07+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.2/k9s_Linux_arm64.tar.gz
  sha256: 3a0dea9ac52686d24ef51f5a698c0d462ff250900f8e040fb939040384d45246
  timestamp: 2024-03-06 03:06:07+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.2/k9s_Linux_armv7.tar.gz
  sha256: d394055c098ca6f4ded736ea3e026febc79406449891397399d8d109c0b5ddac
  timestamp: 2024-03-06 03:06:07+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.3/k9s_Linux_amd64.tar.gz
  sha256: 43583463d312823fd8329b9922a8f9eed31494e58c08477832ebca9bac4217e3
  timestamp: 2024-03-06 09:05:52+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.3/k9s_Linux_arm64.tar.gz
  sha256: 0f01e25b735bb6aafbf34d76c0843b228fd16f9ff0d2d7f0383516acdf2d6b66
  timestamp: 2024-03-06 09:05:52+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.3/k9s_Linux_armv7.tar.gz
  sha256: b2a29e0e7558364fea0b7149af930facc710a98e1b0c6ccd91e959ce371d1e47
  timestamp: 2024-03-06 09:05:52+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.4/k9s_Linux_amd64.tar.gz
  sha256: d62611d9be2c35b782a765e98421500196acbf8be844cd3d9e32d4fa7846da05
  timestamp: 2024-03-20 21:05:58+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.4/k9s_Linux_arm64.tar.gz
  sha256: adfbe3de1ffd3f119ff27d76d9a493e08adb2536f9b79d08fa245ddb75a5fe52
  timestamp: 2024-03-20 21:05:58+00:00
- url: https://github.com/derailed/k9s/releases/download/v0.32.4/k9s_Linux_armv7.tar.gz
  sha256: e4973d26483e2191deadd7719ca7546ec02e18d7a80013ee28330886b85d9cb4
  timestamp: 2024-03-20 21:05:58+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/k9s.svg)](https://docs.wakemeops.com/packages/k9s)
<a href="https://docs.wakemeops.com/packages/k9s">
  <img src="https://docs.wakemeops.com/badges/k9s.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/k9s.svg
:target: https://docs.wakemeops.com/packages/k9s