https://github.com/byjg/k8s-ci
A comprehensive ubuntu image with K8s and cloud tools to be used in CI/CD
https://github.com/byjg/k8s-ci
ansible doctl eksctl gcloud k8s kubernetes kustomize
Last synced: 6 months ago
JSON representation
A comprehensive ubuntu image with K8s and cloud tools to be used in CI/CD
- Host: GitHub
- URL: https://github.com/byjg/k8s-ci
- Owner: byjg
- Created: 2019-11-02T05:33:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T16:52:18.000Z (about 1 year ago)
- Last Synced: 2025-03-29T17:35:46.958Z (6 months ago)
- Topics: ansible, doctl, eksctl, gcloud, k8s, kubernetes, kustomize
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# byjg/k8s-ci
[](http://opensource.byjg.com)
[](https://github.com/byjg/k8s-ci/actions/workflows/build.yml)## Description
A comprehensive ubuntu image with K8s and cloud tools to be used in CI/CD
This image contains everything you need to deploy to cloud.
Components installed:
- docker
- buildah
- podman
- ansible
- python 3
- kubectl
- helm
- kustomize
- ansible
- eksctlCloud Providers CLI Installed:
- Google Cloud (gcloud)
- Amazon Cloud (aws-cli v2)
- Digital Ocean (doctl)Note on Google Cloud: You need to run the command below before start to use `gcloud`:
```bash
source /opt/google-cloud-sdk/path.bash.inc
```## Tags
Since tag 1.4.0 the image is compatible with platforms `amd64` and `aarch64` .
----
[Open source ByJG](http://opensource.byjg.com)