HomeAboutNew StorySign In

Welcome to Kube.news

Tools / Testing Kubernetes locally

By A look at some of the options available to DevOps engineers for running a development Kubernetes cluster.

Published by :mcasperson

There are many options available for installing development Kubernetes clusters on a single machine. This allows DevOps engineers to verify many aspects of their code and deployment process before deploying to a shared cluster. In this post, I look at some of the options available to DevOps engineers for running a development Kubernetes cluster.
https://octopus.com/blog/testing-kubernetes-locally
Tools / 7 Best Log Management Tools for Kubernetes

By Read on for my list of the best log management tools for Kubernetes in 2020.

Published by :Max

https://dzone.com/articles/7-best-log-management-tools-for-kubernetes-2020
Tools / Introducing Tanka, Our Way of Deploying to Kubernetes

By Grafana Team

Published by :Kube Admin

Tanka is a composable configuration utility for Kubernetes. It leverages the Jsonnet language to realize flexible, reusable and concise configuration.
https://tanka.dev/
Tools / A Chaos Engineering Platform for Kubernetes

Published by :Kube Admin

Chaos Mesh is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments. At the current stage, it has the following components:
https://github.com/pingcap/chaos-mesh
Tools / kubectl tree: Visualize Kubernetes object ownership

By Ahmet Alp Balkan, Google Cloud

Published by :Kube Admin

Visualize Kubernetes object ownership with this handy kubectl plugin. It shows you which Kubernetes objects are owned by which others, by querying all objects available and looking at their ownerReferences field.
https://ahmet.im/blog/kubectl-tree/
Tools / Istio 1.3 is out: Here’s what it means for you

By IBM

Published by :Kube Admin

A new release of Istio, version 1.3, makes using the service mesh platform even easier.
https://developer.ibm.com/blogs/istio-13-release/
Tools / Vault Kubernetes Secret Operator: Create Kubernetes secrets from Vault for a secure GitOps based workflow.

Published by :Kube Admin

The Vault Secrets Operator creates a Kubernetes secret from Vault. The idea behind the Vault Secrets Operator is to manage secrets in Kubernetes cluster using a secure GitOps based workflow.
https://github.com/ricoberger/vault-secrets-operator
Tools / kube-rclone: a rclone mount solution for Kubernetes

By Zee - https://github.com/

Published by :zee

kube-rclone is a rclone mount solution for Kubernetes. It allows you to sync files and directories to and from different cloud storage providers i.e Google Drive. It creates a Daemonset across the Kubernetes cluster which mounts a volume on the hostPath that can be used with other services such as kube-plex
https://github.com/zee-ahmed/kube-rclone
Tools / A K8s Operator that helps keep secrets in sync across multiple namespaces

By IBM

Published by :Kube Admin

This sample is an example Kubenetes Operator that will syncronize Kubernetes Secrets that you annotate with target Secrets that you designate.
https://github.com/IBM-Cloud/kube-samples/tree/master/secret-sync-operator
Tools / Stern: Multiple pods log tailing for Kubernetes

Published by :Kube Admin

Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging.
https://github.com/wercker/stern
Tools / Helm 3.0.0-alpha1

Published by :Kube Admin

Helm v3.0.0-alpha.1 is the first alpha release for Helm 3
https://github.com/helm/helm/releases/tag/v3.0.0-alpha.1
Tools / kube-ps1: Kubernetes prompt for bash and zsh

Published by :Kube Admin

Kubernetes prompt info for bash and zsh
https://github.com/jonmosco/kube-ps1
Tools / Kubectx & Kubens: Switch faster between clusters and namespaces in kubectl

Published by :Kube Admin

kubectx + kubens: Power tools for kubectl kubectx helps you switch between clusters back and forth kubens helps you switch between Kubernetes namespaces smoothly
https://github.com/ahmetb/kubectx/
Tools / Krew: Package manager for "kubectl plugins"

Published by :Kube Admin

krew is the package manager for kubectl plugins.
https://github.com/kubernetes-sigs/krew
Tools / Tekton: A Kubernetes-native pipeline resource

Published by :Kube Admin

The Tekton Pipelines project provides Kubernetes-style resources for declaring CI/CD-style pipelines.
https://tekton.dev/
Tools / Kyma - extend and build on Kubernetes with ease

By Lukasz Gornicki (SAP)

Published by :Kube Admin

According to this recently completed CNCF Survey, the adoption rate of Cloud Native technologies in production is growing rapidly. Kubernetes is at the heart of this technological revolution. Naturally, the growth of cloud native technologies has been accompanied by the growth of the ecosystem that surrounds it. Of course, the complexity of cloud native technologies have increased as well. Just google for the phrase “Kubernetes is hard”, and you’ll get plenty of articles that explain this complexity problem. The best thing about the CNCF community is that problems like this can be solved by smart people building new tools to enable Kubernetes users: Projects like Knative and its Build resource extension, for example, serve to reduce complexity across a range of scenarios. Even though increasing complexity might seem like the most important issue to tackle, it is not the only challenge you face when transitioning to Cloud Native.
https://kubernetes.io/blog/2019/05/23/kyma-extend-and-build-on-kubernetes-with-ease/
Tools / A multi-cluster continuous delivery tool for Kubernetes

By An IBM open source project

Published by :Kube Admin

Automate the rollout process of Kubernetes resources across multiple clusters, environments, and cloud providers, and gain insight into what applications and versions run in your cluster.
https://razee.io/
Tools / Can Kubernetes Keep a Secret?

By Soluto Engineering Blog

Published by :Omer Levi Hevroni

A summary of the existing tools today for secret management on Kubernetes platform. The post focused on tools that integrate well with GitOps flow, and featuring a new tool that we built at Soluto
https://blog.solutotlv.com/can-kubernetes-keep-a-secret?utm_source=kubenews
Tools / Vitess.io

Published by :Kube Admin

Vitess is a database solution for deploying, scaling and managing large clusters of MySQL instances. It's architected to run as effectively in a public or private cloud architecture as it does on dedicated hardware. It combines and extends many important MySQL features with the scalability of a NoSQL database. Vitess can help you with the following problems:
https://vitess.io/
Tools / Kubernetes Port Forwarding for Local Development: Using kubefwd

By imti.co

Published by :cjimti

kubefwd is an open source utility that helps to enable a seamless and efficient way to develop applications and services on a local workstation. Locally develop applications that intend to interact with other services in a Kubernetes cluster.
https://imti.co/kubernetes-port-forwarding/