Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runlevel5/kubernetes-packages
K8S Packages built for Linux X86_64/PPC64LE
https://github.com/runlevel5/kubernetes-packages
debian docker kubernetes podman ubuntu
Last synced: about 1 month ago
JSON representation
K8S Packages built for Linux X86_64/PPC64LE
- Host: GitHub
- URL: https://github.com/runlevel5/kubernetes-packages
- Owner: runlevel5
- Created: 2020-05-08T13:55:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T02:19:30.000Z (over 4 years ago)
- Last Synced: 2024-10-13T17:51:43.799Z (3 months ago)
- Topics: debian, docker, kubernetes, podman, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K8S DEB Packages for Linux
As of July 2020, there is no official packages Google K8S for Debian 10 and Ubuntu 18.04 LTS. So building the package manually is the way to go for now...
Binary DEB packages can be downloaded at https://github.com/runlevel5/kubernetes-packages/releases
They can be used on both Debian and Ubuntu
### How to build?
Ensure you have `docker` and `docker-compose` installed
```
ARCH=[amd64|ppc64le] make build
```