Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Kubernetes Tools for CI/CD

Tools

Version: v5.0.0

kustomize lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.

Version: v0.0.7

kfilt can filter Kubernetes resources.

yq (python version)

Version: v3.1.1

kubectl

Version: v1.26.1

CI examples

Gitlab

deploy:
  stage: deploy
  image: ramilexe/k8s-tools
  script:
    - kustomize edit set image my-image=my-image:"$CI_COMMIT_SHORT_SHA"
    - git add kustomization.yaml
    - git commit -m "Bump dev version to $CI_COMMIT_SHORT_SHA" || echo "No changes, nothing to commit!"
    - git push
  only:
    - master

About

Docker container with kubernetes tools

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages