A mix between GitOps and FAAS to create data pipelines on Kubernetes

A mix between GitOps and FAAS to create data pipelines on Kubernetes Gitfaas allows you to apply Kubernetes manifests by making HTTP requests. Even though it can apply anything it focuses on making pipelines of long running jobs that can start other jobs themselves. It’s the perfect match to create data pipelines (Collect, uncompress, convert data, etc.). Gitfaas acts like a GitOps technology would (Weave, Argo) by pulling a git repository. Any updates made to this repository will get reflected […]

Read more

In order to manager multipart kubeconfig

Sometimes we need manage more than one kubernates cluster at the same time. Switch cluster configs is a dangerous and troublesome operation. This util is designed todeal with this scenario. Similar to pyenv, it can support multiple configs at the same time. Install Usage cm [-options] [args…] Options include:

Read more

Blazingly-fast , rock-solid, local application development with Kubernetes

Gefyra gives Kubernetes-(“cloud-native”)-developers a completely new way of writing and testing their applications.Over are the times of custom Docker-compose setups, Vagrants, custom scrips or other scenarios in order to develop (micro-)servicesfor Kubernetes. Gefyra offers you to: run services locally on a developer machine operate feature-branches in production-like Kubernetes environment with all adjacent services write code in the IDE you already love, be fast, be confident leverage all the neat development features, such as debugger, code-hot-reloading, override environment variables run high-level […]

Read more

An integrated shell for working with the Kubernetes

Kube-shell: An integrated shell for working with the Kubernetes CLI Under the hood kube-shell still calls kubectl. Kube-shell aims to provide ease-of-use of kubectl and increasing productivity. kube-shell features Auto Completion of Commands and Options with in-line documentation Fish-Style Auto Suggestions Command History You can use up-arrow and down-arrow to walk through the history of    

Read more