All Projects → werf → Kubedog

werf / Kubedog

Licence: apache-2.0
Library to watch and follow kubernetes resources in CI/CD deploy pipelines

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Kubedog

Arkade
Open Source Kubernetes Marketplace
Stars: ✭ 2,343 (+618.71%)
Mutual labels:  devops, helm
Devops
Study Guides for DevOps Proffessionals https://gofunct.github.io/devops/.
Stars: ✭ 254 (-22.09%)
Mutual labels:  devops, helm
Maratona Kubernetes
Repositório de código de demonstrações da Maratona Kubernetes 🇧🇷
Stars: ✭ 152 (-53.37%)
Mutual labels:  devops, kubectl
Refarch Cloudnative Kubernetes
Reference Implementation for Microservices based on Kubernetes and the IBM Container Service.
Stars: ✭ 115 (-64.72%)
Mutual labels:  devops, helm
kubehelper
KubeHelper - simplifies many daily Kubernetes cluster tasks through a web interface. Search, analysis, run commands, cron jobs, reports, filters, git synchronization and many more.
Stars: ✭ 200 (-38.65%)
Mutual labels:  helm, kubectl
Skan
Scan Kubernetes resource files , and helm charts for security configurations issues and best practices.
Stars: ✭ 127 (-61.04%)
Mutual labels:  devops, helm
Kubefwd
Bulk port forwarding Kubernetes services for local development.
Stars: ✭ 2,713 (+732.21%)
Mutual labels:  devops, kubectl
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-87.73%)
Mutual labels:  devops, kubectl
gitops-kubernetes-cluster
A quick way to build a cluster with ArgoCD then deploy via Applications
Stars: ✭ 34 (-89.57%)
Mutual labels:  helm, kubectl
gcloud-kubectl-helm
Docker image for the quaternity of gcloud, helm, kubectl and SOPS
Stars: ✭ 32 (-90.18%)
Mutual labels:  helm, kubectl
Kapitan
Generic templated configuration management for Kubernetes, Terraform and other things
Stars: ✭ 1,383 (+324.23%)
Mutual labels:  devops, helm
vcluster
vcluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
Stars: ✭ 1,360 (+317.18%)
Mutual labels:  helm, kubectl
Terraform Eks
Terraform for AWS EKS
Stars: ✭ 82 (-74.85%)
Mutual labels:  devops, kubectl
Kubectl
A Github action for kubectl, the Kubernetes CLI
Stars: ✭ 128 (-60.74%)
Mutual labels:  devops, kubectl
Devops Kompose
[DEPRECATED] DevOps tools on Kubernetes with Helm charts
Stars: ✭ 78 (-76.07%)
Mutual labels:  devops, helm
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+684.97%)
Mutual labels:  devops, helm
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+2319.33%)
Mutual labels:  devops, helm
K8s Utils
Kubernetes Utility / Helper Scripts
Stars: ✭ 33 (-89.88%)
Mutual labels:  devops, kubectl
action-setup-kube-tools
Github Action that setup Kubernetes tools (kubectl, kustomize, helm, kubeconform, conftest, yq, rancher, tilt, skaffold) very fast and cache them on the runner. Please [✩Star] if you're using it!
Stars: ✭ 45 (-86.2%)
Mutual labels:  helm, kubectl
kube-lineage
A CLI tool to display all dependencies or dependents of an object in a Kubernetes cluster.
Stars: ✭ 238 (-26.99%)
Mutual labels:  helm, kubectl

kubedog

Kubedog is a library to watch and follow Kubernetes resources in CI/CD deploy pipelines.

This library is used in the werf CI/CD tool to track resources during deploy process.

NOTE: Kubedog also includes a CLI, however it provides a minimal interface to access library functions. CLI was created to check library features and for debug purposes. Currently, we have no plans on further improvement of CLI.

Installation

Install library

go get github.com/werf/kubedog

Install CLI

The latest release can be downloaded from this page.

MacOS

curl -L https://dl.bintray.com/flant/kubedog/v0.3.4/kubedog-darwin-amd64-v0.3.4 -o /tmp/kubedog
chmod +x /tmp/kubedog
sudo mv /tmp/kubedog /usr/local/bin/kubedog

Linux

curl -L https://dl.bintray.com/flant/kubedog/v0.3.4/kubedog-linux-amd64-v0.3.4 -o /tmp/kubedog
chmod +x /tmp/kubedog
sudo mv /tmp/kubedog /usr/local/bin/kubedog

Windows

Download kubedog.exe.

Using kubedog

Community

Please feel free to reach us via Flant Open Source forums (based on Discourse). They have a special category dedicated to werf & its subprojects.

You're also welcome to follow @werf_io to stay informed about all important news, articles, etc.

License

Kubedog is an Open Source project licensed under the Apache License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].