K8s-Tools

Tool: Kubecui

kubecui kubeui makes kubectl more user friendly. This is still kubectl but enhanced with fzf. I believe, anybody who is new to kubernetes, must use kubectl. Because kubectl is the basics. However, kubectl slows you down - requires heavy keyboard typing. In order to alleviate interaction with …

How-to: Base Helm Chart

Base Helm Chart Table of contents Info Usage Example #1 Info TBD Usage Example #1 Example of file values.yaml for your helm chart. Chart.yaml #Chart.yaml apiVersion: v2 name: my-frontend type: application description: A Helm chart for Kubernetes version: 0.2.0 dependencies: - name: base-helm-chart …

Tool: Chart Releaser

# Source More: https://github.com/helm/chart-releaser # About Chart Releaser Helps Turn GitHub Repositories into Helm Chart Repositories cr is a tool designed to help GitHub repos self-host their own chart repos by adding Helm chart artifacts to GitHub Releases named for the chart version and then …