kubernetes.md
July 15, 2021 · View on GitHub
Bookmarks tagged [kubernetes]
www.codever.land/bookmarks/t/kubernetes
Falco home page
Falco, the cloud-native runtime security project, is the de facto Kubernetes threat detection engine
- tags: security, security-tools, kubernetes, cluster-computing
- :octocat: source code
kubernetes-basicLearning/readme.md at master · knrt10/kubernetes-basicLearning · GitHub
https://github.com/knrt10/kubernetes-basicLearning/blob/master/readme.md
Understand kubernetes step by step. A simple repo for beginners :fire: - knrt10/kubernetes-basicLearning
- tags: docker, kubernetes, javascript
DRY Kubernetes with Helm | mimacom
https://blog.mimacom.com/dry-kubernetes-with-helm/
One of the coolest facets of Kubernetes is the declarative deployment descriptors. You describe what the system should look like and Kubernetes makes it happen. One of the worst facets of Kubernetes i...
- :calendar: published on: 2018-05-04
- tags: kubernetes, helm
GitHub - gajus/lightship Home Page
https://github.com/gajus/lightship
Abstracts readiness/ liveness checks and graceful shutdown of Node.js services running in Kubernetes. - gajus/lightship
- tags: node.js, kubernetes, healthcheck
- :octocat: source code
GitHub - godaddy/terminus Home Page
https://github.com/godaddy/terminus
Graceful shutdown and Kubernetes readiness / liveness checks for any Node.js HTTP applications - godaddy/terminus
- tags: node.js, kubernetes, healthcheck
- :octocat: source code
Secrets - Kubernetes
https://kubernetes.io/docs/concepts/configuration/secret/
Kubernetes secret objects let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys. Putting this information in a secret is safer and more flexible than putting ...
- tags: kubernetes, docs
Security in the age of Docker & Kubernetes | Atomist Blog
https://blog.atomist.com/security-of-docker-kubernetes/
While not an exhaustive list of suggestions for hardening your Docker containers & Kubernetes clusters, it's a starting point to ensure tighten security.
- :calendar: published on: 2019-10-18
- tags: security, docker, kubernetes
Building Stateful Applications With Kubernetes and Cloud SQL (Cloud Next '19) - YouTube
https://www.youtube.com/watch?v=qVgzP3PsXFw
Learn how to build and scale applications, leveraging Kubernetes Engine and Cloud SQL for PostgreSQL. Kubernetes Engine enables rapid application development...
[Connect to CloudSQL at min 4:55](http...
- :calendar: published on: 2019-04-10
- tags: google-cloudsql, kubernetes, fault-tolerance, postgresql, google-cloud-platform, high-availability
- :octocat: source code
kubernetes - Why StatefulSets? Can't a stateless Pod use persistent volumes? - Stack Overflow
https://stackoverflow.com/questions/41732819/why-statefulsets-cant-a-stateless-pod-use-persistent-vo...
Yes, a regular pod can use a persistent volume. However, sometimes you have multiple pods that logically form a "group". Examples of this would be database replicas, ZooKeeper hosts, Kafka nodes, etc....
- tags: kubernetes
kubernetes - What exactly is a headless service, what does it do/accomplish, and what are some legitimate use cases for it? - Stack Overflow
https://stackoverflow.com/questions/52707840/what-exactly-is-a-headless-service-what-does-it-do-acco...
"Each connection to the service is forwarded to one randomly selected backing pod. But what if the client needs to connect to all of those pods? What if the backing pods themselves need to each connec...
- tags: kubernetes
A cleaner multi-stage continuous deployment on Kubernetes of a Create React App with kustomize, helm and skaffold – CodepediaOrg
https://www.codepedia.org/ama/a-cleaner-multi-stage-deployment-on-kubernetes-of-a-create-react-app-w...
This blog posts presents a clean way to make a multi-stage deployment of a Create React App on a Kubernetes Cluster. Deployments with kubectl, helm charts, kustomize and skaffold are presented.
- :calendar: published on: 2019-09-03
- tags: reactjs, kubernetes, devops, kustomize, kubectl, helm, skaffold
- :octocat: source code
Standardized Glossary - Kubernetes
https://kubernetes.io/docs/reference/glossary/
This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes technical terms that are specific to K8s, as well as more general terms that provide useful co...
- tags: kubernetes, glossary
What is an 'endpoint' in Kubernetes? - Stack Overflow
https://stackoverflow.com/questions/52857825/what-is-an-endpoint-in-kubernetes
While you're correct that in the glossary there's indeed no entry for endpoint, it is a well defined Kubernetes network concept or abstraction. Since it's of secondary nature, you'd usually not direct...
- tags: kubernetes
Ingress Controllers - Kubernetes
https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/
List of Ingress Controllers
- tags: kubernetes, docs, ingress
HTTP(s) load balancing with Ingress
https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
In Google Kubernetes Engine, an Ingress object defines rules for routing external HTTP(S) traffic to applications running in a cluster. An Ingress object is associated with one or more Service objects...
Understanding Kubernetes Kube-Proxy
https://supergiant.io/blog/understanding-kubernetes-kube-proxy/
In this article, we discuss Kubernetes kube-proxy and its modes focusing on how it interacts with netfilter and iptables.
- :calendar: published on: 2019-04-11
- tags: kubernetes, kube-proxy, netfilter, networking, reverse-proxy, iptables
Affordable Kubernetes Cluster - Devonblog
https://devonblog.com/containers/affordable-kubernetes-cluster/
Affordable Kubernetes cluster
- tags: kubernetes, cluster-computing
Setting Resource Requests and Limits in Kubernetes (Kubernetes Best Practices) - 9min
https://www.youtube.com/watch?v=xjpHggHKm78
In this episode of Kubernetes Best Practices, Sandeep Dinesh shows how Kubernetes resource requests and limits can help you keep your containers under control.
See the associated article here → [http...
- tags: kubernetes, throttling
Enable Rolling updates in Kubernetes with Zero downtime
https://medium.com/platformer-blog/enable-rolling-updates-in-kubernetes-with-zero-downtime-31d7ec388...
Recently, a couple of my colleagues were trying to deploy some applications using Kubernetes and noticed a little bit of a downtime when they tried to deploy a couple of updates. They were confused ov...
- :calendar: published on: 2018-09-27
- tags: kubernetes, availability
Configuring load balancing through Ingress
https://cloud.google.com/kubernetes-engine/docs/how-to/load-balance-ingress
This page shows how to configure an HTTP(S) load balancer by creating a Kubernetes Ingress object. An Ingress object must be associated with one ...
Declarative Management of Kubernetes Objects Using Kustomize - Kubernetes
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
-
Overview of Kustomize
-
Bases and Overlays
-
How to apply/view/delete objects using Kustomize
-
Kustomize Feature List
-
What's next
-
tags: kubernetes, kustomize, docs
Kubectl Reference Docs
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands
Kubectl Commands Reference
- tags: kubernetes, kubectl, docs
Centralized Logging Solution for Google Cloud Platform (Cloud Next '18) - 41min
https://www.youtube.com/watch?v=6GQqneNFVkU
What do configuration changes, stack traces and billing events all have in common? You’ll want them all in your centralized log management system. In this session, we’ll give practical guidance on con...
- :calendar: published on: 2018-07-27
- tags: kubernetes, stackdriver, google-cloud-platform, fluentd, logging
Load Balancing and Reverse Proxying for Kubernetes Services
https://medium.com/@chamilad/load-balancing-and-reverse-proxying-for-kubernetes-services-f03dd0efe80
In this post, I’m going to tackle a topic that any K8s novice would start to think about, once they have cleared the basic concepts. **How would one go about exposing the services deployed inside a K8...
- :calendar: published on: 2019-02-28
- tags: kubernetes, load-balancing
Kong: Kubernetes Ingress Controller - KongHQ
https://konghq.com/blog/kong-kubernetes-ingress-controller/
Kong's Kubernetes Ingress Controller can power-drive your APIs and microservices on top of the Kubernetes platform
See video from the link
- tags: kong, kubernetes
Life of a packet through Istio by Matt Turner - YouTube
https://www.youtube.com/watch?v=cB611FtjHcQ
Istio is a service mesh for Kubernetes that offers advanced networking features. It provides intelligent routing, resiliency, and security features, so that service authors don't have to keep re-imple...
- :calendar: published on: 2018-12-13
- tags: istio, kubernetes, service-mesh, networking
NGINX Ingress Controller Home Page
https://kubernetes.github.io/ingress-nginx/
This repository contains the NGINX controller built around the Kubernetes Ingress resource that uses [ConfigMap](https://kubernetes.io/docs/tasks/confi...
- tags: kubernetes, load-balancing, nginx
- :octocat: source code
Using ChartMuseum as a chart repository for helm - Stakater - Medium
https://medium.com/stakater/using-chartmuseum-as-a-chart-repository-for-helm-b4d12205f4c9
You’ve probably been using helm for a while and thinking of using it as a means to deploy your custom applications but didn’t know how exactly to go by it? Well today we’ll be going through a series o...
- :calendar: published on: 2018-02-24
- tags: helm, kubernetes
ChartMuseum - Helm Chart Repository
ChartMuseum is an open-source Helm Chart Repository server written in Go (Golang), with support for cloud storage backends, including Google Cloud Storage, Amazon S3, Microsoft Azure Blob Storage, Ali...
- tags: helm, kubernetes, docs, go
- :octocat: source code
Injecting multiple Kubernetes volumes to the same directory
https://blog.sebastian-daschner.com/entries/multiple-kubernetes-volumes-directory
Kubernetes config maps and secrets allow use to inject configuration files into containers. If we want multiple config entries that originate from different config maps or secrets to be injected into ...
- :calendar: published on: 2018-04-18
- tags: kubernetes
Learn Kubernetes in Under 3 Hours: A Detailed Guide to Orchestrating Containers
https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestratin...
These guides assume the reader knows about application development, Microservices, and Docker containers.
In this Article we will go from :
- Running a Microservice based application on your comput...
- :calendar: published on: 2018-04-14
- tags: kubernetes, docker, dockerfile, reactjs, python, flask
- :octocat: source code
Kubernetes NodePort vs LoadBalancer vs Ingress? When should I use what?
https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-wha...
Recently, someone asked me what the difference between NodePorts, LoadBalancers, and Ingress were. They are all different ways to get external traffic into your cluster, and they all do it in differen...
- :calendar: published on: 2018-03-11
- tags: kubernetes, networking, load-balancing
Recommended Labels - Kubernetes
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that al...
- tags: kubernetes
A Guide to the Kubernetes Networking Model - Kevin Sookocheff
https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/
This guide intends to demystify Kubernetes networking by discussing each of Kubernetes dependent technologies along with descriptions on how those technologies are used to enable the Kubernetes networ...
- :calendar: published on: 2018-07-11
- tags: kubernetes, networking
The best architecture with Docker and Kubernetes — myth or reality? - Medium
https://medium.com/@dpaunin/the-best-architecture-with-docker-and-kubernetes-myth-or-reality-77b4f8f...
This article will take you on a journey from real life to development processes to architecture and back to real life, giving answers to the most important questions at each of these stops along the w...
- :calendar: published on: 2018-02-19
- tags: docker, kubernetes, architecture
Kubernetes Community Overview and Contributions Guide
https://docs.google.com/presentation/d/1JqcALpsg07eH665ZXQrIvOcin6SzzsIUjMRRVivrZMg/edit?usp=sharing
- tags: kubernetes
Are you Ready to Manage your Infrastructure like Google?
http://blog.jetstack.io/blog/k8s-getting-started-part1/
Kubernetes: Are you Ready to Manage your Infrastructure like Google?
- tags: kubernetes
Google is years ahead when it comes to the cloud, but it's happy the world is catching up
http://www.businessinsider.in/Google-is-years-ahead-when-it-comes-to-the-cloud-but-its-happy-the-wor...
YouTube Google Kubernetes lead engineer Brendan Burns. At this week's DockerCon in San Francisco, about 2,500 developers and engineers gathered to discuss
- tags: kubernetes
An Intro to Google’s Kubernetes and How to Use It
http://www.ctl.io/developers/blog/post/what-is-kubernetes-and-how-to-use-it/
What do you do when you want Docker containers managed across vast fleets of servers and infrastruct...
- tags: kubernetes
Getting Started on Kubernetes
http://containertutorials.com/get_started_kubernetes/index.html
- tags: kubernetes
Kubernetes: The Future of Cloud Hosting
https://github.com/meteorhacks/meteorhacks.github.io/blob/master/_posts/2015-04-22-learn-kubernetes-...
MeteorHacks Website. Contribute to meteorhacks/meteorhacks.github.io development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Kubernetes by Google
http://thevirtualizationguy.wordpress.com/tag/kubernetes/
Posts about Kubernetes written by gastonpantana
- tags: kubernetes
Key Concepts
http://blog.arungupta.me/key-concepts-kubernetes/
- tags: kubernetes
Application Containers: Kubernetes and Docker from Scratch
http://keithtenzer.com/2015/06/01/application-containers-kubernetes-and-docker-from-scratch/
Overview In this article we will look at how to configure a Kubernetes cluster using the Docker container format on CentOS or RHEL 7.1. For a detailed overview on Kubernetes and Docker take a look at ...
- tags: kubernetes
Learn the Kubernetes Key Concepts in 10 Minutes
http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/
Provide a brief explanation of the key concepts of Kubernetes by using a few diagrams (some animated) and examples.
- tags: kubernetes
Top Reasons Businesses Should Move to Kubernetes Now
http://supergiant.io/blog/top-reasons-businesses-should-move-to-kubernetes-now
This series will explain why container management is exploding and why, from a 10,000 ft view, your business should move to Kubernetes right now.
- tags: kubernetes
The Children's Illustrated Guide to Kubernetes
https://kubernetes.io/blog/2016/06/illustrated-childrens-guide-to-kubernetes/
Kubernetes is an open source project with a growing community. We love seeing the ways that our community innovates inside and on top of Kubernetes. Deis is an excellent example of company who underst...
- tags: kubernetes
The ‘kubectl run’ command
http://medium.com/@mhausenblas/the-kubectl-run-command-27c68de5cb76#.mlwi5an7o
In the following I assume you’re a bit familiar with containers in general and Docker in special. That is, you at least know what docker run does. So, have you ever thought about what is going on…
- tags: kubernetes
Docker Kubernetes Lab Handbook
https://github.com/xiaopeng163/docker-k8s-lab
docker and kubernetes lab. Contribute to xiaopeng163/docker-k8s-lab development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Curated Resources for Kubernetes
https://hackr.io/tutorials/learn-kubernetes
Learning Kubernetes? Check out these best online Kubernetes courses and tutorials recommended by the devops community. Pick the tutorial as per your learning style: video tutorials or a book. Free cou...
- tags: kubernetes
Kubernetes Comic
https://cloud.google.com/kubernetes-engine/kubernetes-comic/
Deploy code faster, protect against outages, and save money using continuous integration and deployment (CI/CD).
- tags: kubernetes
Kubernetes 101: Pods, Nodes, Containers, and Clusters
https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16
Kubernetes is quickly becoming the new standard for deploying and managing software in the cloud. With all the power Kubernetes provides, however, comes a steep learning curve. As a newcomer, trying…
- tags: kubernetes
An Introduction to Kubernetes
http://www.digitalocean.com/community/tutorials/an-introduction-to-kubernetes
Kubernetes is a container management system meant to be deployed on Docker-capable clustered environments. In this guide, we will discuss some of the basic concepts that Kubernetes introduces. We will...
- tags: kubernetes
Kubernetes and everything else - Introduction to Kubernetes and it's context
https://rinormaloku.com/introduction-application-architecture/
Introduction to Kubernetes and it's context](https://rinormaloku.com/introduction-application-architecture/) by Rinor Maloku
- tags: kubernetes
Installation on Centos 7
http://severalnines.com/blog/installing-kubernetes-cluster-minions-centos7-manage-pods-services
Kubernetes is a system for managing containerized applications in a clustered environment. It provides basic mechanisms for deployment, maintenance and scaling of applications on public, private or hy...
- tags: kubernetes
Setting Up a Kubernetes Cluster on Ubuntu 18.04
https://mherman.org/blog/2018/08/20/setting-up-a-kubernetes-cluster-on-ubuntu/
- tags: kubernetes
Cloud Native Landscape
Filter and sort by GitHub stars, funding, commits, contributors, hq location, and tweets. Updated: 2019-06-25 06:18:37Z
- tags: kubernetes
Kubernetes Documentation
https://kubernetes.io/docs/home/
Kubernetes Source
https://github.com/kubernetes/kubernetes/
Production-Grade Container Scheduling and Management - kubernetes/kubernetes
- tags: kubernetes, tagignore-main-resources
- :octocat: source code
Kubernetes Troubleshooting
https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
Logging in Kubernetes with Fluentd and Elasticsearch
http://www.dasblinkenlichten.com/logging-in-kubernetes-with-fluentd-and-elasticsearch/
- tags: kubernetes, logging
Logging - Kafka topic by namespace
http://www.devoperandi.com/logging-kafka-topic-by-kubernetes-namespace/
- tags: kubernetes, logging
Kubernetes Monitoring Guide
http://www.datadoghq.com/blog/monitoring-kubernetes-era/
Learn about the key components in a Kubernetes architecture and how container orchestration changes your approach to monitoring.
- tags: kubernetes, monitoring
Installing cAdvisor and Heapster on bare metal Kubernetes
http://www.dasblinkenlichten.com/installing-cadvisor-and-heapster-on-bare-metal-kubernetes/
- tags: kubernetes, monitoring
How to Monitor Kubernetes: A 4-Part Series
http://sysdig.com/blog/monitoring-kubernetes-with-sysdig-cloud/
This monitoring Kubernetes how-to guide breaks down the details involved with monitoring applications running on Kubernetes in production.
- tags: kubernetes, monitoring
Kubernetes Security Guide
https://sysdig.com/blog/kubernetes-security-guide/
RBAC, TLS, Security policy, Network policy, etc.
- tags: kubernetes, security
Handling Sensitive Data In A Docker Application with Kubernetes Secrets
http://scotch.io/tutorials/google-cloud-platform-iii-handling-sensitive-data-in-a-docker-application...
Dealing with sensitive data such as tokens, API keys and passwords In A Docker Application with Kubernetes Secrets
- tags: kubernetes, security
How to Create and Use Kubernetes Secrets
http://linoxide.com/containers/create-use-kubernetes-secrets/
In this article we cover how to create, delete and use secrets in kubernetes. We have included secrets usability as in volumes and environment variables
- tags: kubernetes, security
Kubernetes Security Best Practices
https://dev.to/petermbenjamin/kubernetes-security-best-practices-hlk
Exploring security best practices around Kubernetes
- tags: kubernetes, security
Running Vault and Consul on Kubernetes
https://testdriven.io/running-vault-and-consul-on-kubernetes
In the following tutorial we’ll walk you through how to use Minikube to run Kubernetes locally and then we'll run Hashicorp's Vault and Consul on K8s.
- tags: kubernetes, security
Kubernetes Authentication plugins and kubeconfig
http://www.dasblinkenlichten.com/kubernetes-authentication-plugins-and-kubeconfig/
- tags: kubernetes, authentication
Kubernetes Authentication - OpenID Connect
http://www.devoperandi.com/kubernetes-authentication-openid-connect/
OpenID Connect](http://www.devoperandi.com/kubernetes-authentication-openid-connect/) by Michael Ward
- tags: kubernetes, authentication
Kubernetes authentication via GitHub OAuth and Dex
https://medium.com/preply-engineering/k8s-auth-a81f59d4dff6
Here’s a step-by-step guide for generating kubectl credentials using Dex, dex-k8s-authenticator and GitHub. We use Kubernetes for creating dynamic environments for devs and QA. So we want to provide…
- tags: kubernetes, authentication
Enable IPv6 on Kubernetes with Project Calico
https://www.projectcalico.org/enable-ipv6-on-kubernetes-with-project-calico/
- tags: kubernetes, networking
Kubernetes in IPV6-only
http://opsnotice.xyz/kubernetes-ipv6-only/
- tags: kubernetes, networking
Kubernetes 101 – Networking
http://www.dasblinkenlichten.com/kubernetes-101-networking/
- tags: kubernetes, networking
Kubernetes with OpenStack Cloud Provider: Current state and upcoming changes - part 1 of 2
http://medium.com/@arthur.souzamiranda/kubernetes-with-openstack-cloud-provider-current-state-and-up...
- tags: kubernetes, networking
Comparison of Networking Solutions for Kubernetes
http://machinezone.github.io/research/networking-solutions-for-kubernetes/
- tags: kubernetes, networking
GitOps: High-Velocity CI/CD for Kubernetes
http://dzone.com/articles/gitops-high-velocity-cicd-for-kubernetes
This article explains techniques for DevOps software development teams who strive for high velocity continuous delivery and CI/CD using Kubernetes and Docker.
Jenkins declarative pipelines with Kubernetes
http://radu-matei.com/blog/kubernetes-jenkins-azure/
Deploy Jenkins using Helm, create Jenkins pipelines and execute builds in Kubernetes pods
Adding CI/CD to your Spring Boot app with Jenkins X and Kubernetes
https://developer.okta.com/blog/2018/07/11/ci-cd-spring-boot-jenkins-x-kubernetes
This post shows you how to implement continuous integration and deployment (CI/CD) with Jenkins X and Kubernetes on Google Cloud.
Continuous Delivery with Amazon EKS and Jenkins X
https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/
Continuous Integration and Delivery to AWS Kubernetes
https://semaphoreci.com/blog/continuous-integration-delivery-aws-eks-kubernetes
Learn how to combine Semaphore with AWS Elastic Container Registry and Kubernetes Service to get Continuous Delivery to a managed cluster in a few minutes.
CI/CD for Microservices on DigitalOcean Kubernetes
https://semaphoreci.com/blog/cicd-microservices-digitalocean-kubernetes
Tutorial: How to implement a CI/CD pipeline for a microservice running in Docker with Semaphore and DigitalOcean Kubernetes.
CircleCI
http://www.alexecollins.com/continuous-delivery-with-kubernetes-and-circleci/
Automate deep learning training with Kubernetes GPU-cluster
https://github.com/Langhalsdino/Kubernetes-GPU-Guide
This guide should help fellow researchers and hobbyists to easily automate and accelerate there deep leaning training with their own Kubernetes GPU cluster. - Langhalsdino/Kubernetes-GPU-Guide
- tags: kubernetes, deep-learning
- :octocat: source code
Deploying Kubernetes with Ansible and Terraform
http://solinea.com/blog/deploying-kubernetes-ansible-terraform
- tags: kubernetes, devops-tools
Kubernetes with SaltStack revisited
http://www.dasblinkenlichten.com/kubernetes-with-saltstack-revisited/
- tags: kubernetes, devops-tools
Try Kubernetes with Vagrant
http://lollyrock.com/articles/kubernetes-vagrant/
- tags: kubernetes, devops-tools
Cluster Consul using Kubernetes API
http://www.devoperandi.com/cluster-consul-using-kubernetes-api/
- tags: kubernetes, devops-tools
Dynamic Kubernetes installation/configuration with SaltStack
http://www.dasblinkenlichten.com/dynamic-kubernetes-installationconfiguration-with-saltstack/
- tags: kubernetes, devops-tools
Deploying Kubernetes with SaltStack
http://www.dasblinkenlichten.com/deploying-kubernetes-with-saltstack/
- tags: kubernetes, devops-tools
Creating a Kubernetes Cluster to Run Docker Formatted Container Images
http://access.redhat.com/articles/1353773
- tags: kubernetes
Containerizing Docker on Kubernetes !!
https://www.linkedin.com/pulse/containerizing-docker-kubernetes-ramit-surana/
Are you familiar with Docker ? Are you searching for solutions to implement it in your infrastructure ? Then today's one of the most popular Orchestration Engine to orchestrate Docker is Kubernetes. U...
- tags: kubernetes
Quay: Introducing an Application Registry for Kubernetes
http://coreos.com/blog/quay-application-registry-for-kubernetes.html
When we started Quay, we wanted to build an image registry that not only allowed you to manage your container images, but do so securely and reliably. Over the past few months we have noticed an accel...
- tags: kubernetes
Play With Kubernetes Quickly Using Docker
http://zwischenzugs.wordpress.com/2015/04/06/play-with-kubernetes-quickly-using-docker/
CODE UPDATE AVAILABLE HERE This post is based on material from Docker in Practice, available on Manning's Early Access Program. Get 39% off with the code: 39miell Background In case you don't know, ...
- tags: kubernetes
1 command to Kubernetes with Docker compose
http://sebgoa.blogspot.in/2015/04/1-command-to-kubernetes-with-docker.html
starting a one node kubernetes cluster with docker compose.
- tags: kubernetes
Nginx Server Deployment using Kubernetes
http://containertutorials.com/get_started_kubernetes/k8s_example.html
- tags: kubernetes
What even is a kubelet?
http://kamalmarhubi.com/blog/2015/08/27/what-even-is-a-kubelet/
- tags: kubernetes
Kubernetes from the ground up: the API server
http://kamalmarhubi.com/blog/2015/09/06/kubernetes-from-the-ground-up-the-api-server/
- tags: kubernetes
CoreOS + Kubernetes Step By Step
https://coreos.com/kubernetes/docs/latest/getting-started.html
CoreOS provides Container Linux, Tectonic for Kubernetes and the Quay image registry; key components to secure, simplify and automatically update your container infrastructure.
- tags: kubernetes
Deploying to Kubernetes with Panamax
http://www.ctl.io/developers/blog/post/deploying-to-kubernetes-with-panamax/
Panamax is a Docker GUI that makes deploying multi-container apps as easy as one-click. The project...
- tags: kubernetes
Deploy Kubernetes with a Single Command Using Atomicapp
http://www.projectatomic.io/blog/2015/08/fun-with-kubenetes-and-atomicapp/
- tags: kubernetes
Deploying a Bare Metal Kubernetes Cluster
http://blog.jameskyle.org/2014/08/deploying-baremetal-kubernetes-cluster/
- tags: kubernetes
Kubernetes clusters with Oh-My-Vagrant
http://ttboj.wordpress.com/2015/05/02/kubernetes-clusters-with-oh-my-vagrant/
I've added the ability to deploy a Kubernetes cluster with Oh-My-Vagrant (omv). I've also built an automated developer experience so that you can test your Kubernetes powered app in minutes. If you wa...
- tags: kubernetes
Fleet Unit Files for Kubernetes on CoreOS
http://blog.michaelhamrah.com/2015/06/fleet-unit-files-for-kubernetes-on-coreos/
- tags: kubernetes
Kubernetes Container Orchestration through Java APIs
http://keithtenzer.com/2015/05/04/kubernetes-container-orchestration-through-java-apis/
Overview In this article we will look at how to drive Kubernetes using Java APIs. More general information about Kubernetes and containers can be found here. Kubernetes itself offers a RESTful API but...
- tags: kubernetes
Docker Clustering Tools Compared: Kubernetes vs Docker Swarm
http://technologyconversations.com/2015/11/04/docker-clustering-tools-compared-kubernetes-vs-docker-...
Kubernetes and Docker Swarm are probably two most commonly used tools to deploy containers inside a cluster. Both are created as helper tools that can be used to manage a cluster of containers and tre...
- tags: kubernetes
Why Docker and Google Kubernetes Are Like PaaS Done Right
http://www.sdxcentral.com/articles/news/why-docker-and-google-kubernetes-are-like-paas-done-right/20...
At OpenStack Silicon Valley, Google's Craig McLuckie explains how Docker containers and Google Kubernetes make up for the flaws of PaaS
- tags: kubernetes
Kubernetes Production Patterns - and Anti-Patterns
https://github.com/gravitational/workshop/blob/master/k8sprod.md
and Anti-Patterns](https://github.com/gravitational/workshop/blob/master/k8sprod.md)
- tags: kubernetes
- :octocat: source code
Introducing Kubic Project
https://www.suse.com/communities/blog/introducing-kubic-project-new-open-source-project/
- tags: kubernetes
Three post learn k8s
http://blog.alexellis.io/tag/learn-k8s/
- tags: kubernetes
Kubernetes tips & tricks
http://opsnotice.xyz/kubernetes-tips-tricks/
How-to make your Kubernetes experience easier, secure and reproducible, especially on premise cluster
- tags: kubernetes
Running Flask on Kubernetes
https://testdriven.io/running-flask-on-kubernetes
The following is a step-by-step walkthrough of how to deploy a Flask-based microservice (along with Postgres and Vue.js) to a Kubernetes cluster.
- tags: kubernetes
Deploying Node Apps the "Right" Way
https://kubesail.com/blog/deploying-node-apps-the-right-way
Learn, build, and deploy on the Cloud strong enough for enterprises and smart enough for startups. Kubernetes cluster management and development tools for empowering development teams. Deploy on a fre...
- tags: kubernetes
Cisco Container Platform
https://www.cisco.com/c/en/us/products/cloud-systems-management/container-platform/index.html
Cisco Container Platform is a single, turnkey, open-source solution that simplifies the deployment and management of container clusters.
- tags: kubernetes
Gardener
https://github.com/gardener/gardener
Alibaba, AWS, Azure, GCP, and OpenStack cluster manager
- tags: kubernetes
- :octocat: source code
Gravity
https://gravitational.com/gravity
Formerly Telekube
- tags: kubernetes
Kqueen
https://github.com/Mirantis/kqueen
Kubernetes queen - cluster manager. Contribute to Mirantis/kqueen development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Kubermatic
Deploy, manage and run multiple Kubernetes clusters with our production-proven platform.
- tags: kubernetes
Kublr
https://kublr.com/how-it-works/
AWS, Azure, GCP, vSphere, vCloud Director, and On-Prem cluster manager
- tags: kubernetes
PKS
https://pivotal.io/platform/pivotal-container-service
Cluster manager by Pivotal, VMWare and Google
- tags: kubernetes
Rancher
Rancher, open source multi cluster management platform, makes it easy for operations teams to deploy, manage and secure Kubernetes everywhere. Request a demo!
- tags: kubernetes
DevSpace
https://github.com/covexo/devspace
Build, test and run code directly inside any Kubernetes cluster
- tags: kubernetes
- :octocat: source code
Draft
a tool for developers to create cloud native applications with Kubernetes
- tags: kubernetes
Eclipse Che
https://github.com/eclipse/che
cloud development workspaces with SSH and multi-user support
- tags: kubernetes
- :octocat: source code
Garden
Orchestrates your development workflows to make developing microservices faster and easier.
- tags: kubernetes
goPaddle
Application Centric Kubernetes Platform
- tags: kubernetes
Knative
Platform to build, deploy, and manage modern serverless workloads
- tags: kubernetes
- :octocat: source code
Mantl
https://github.com/mantl/mantl
Mantl is a modern platform for rapidly deploying globally distributed services - mantl/mantl
- tags: kubernetes
- :octocat: source code
Spring Cloud integration
https://github.com/fabric8io/spring-cloud-kubernetes
Kubernetes integration with Spring Cloud. Contribute to fabric8io/spring-cloud-kubernetes development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
VAMP
Vamp gives you all the tools to release, control and optimize your containerised apps on cloud native platforms.
- tags: kubernetes
Canonical Distribution of Kubernetes - CDK
https://www.ubuntu.com/kubernetes
CDK](https://www.ubuntu.com/kubernetes)
- tags: kubernetes
Docker EE
https://www.docker.com/enterprise-edition
Docker Enterprise Edition 2.0
- tags: kubernetes
IBM Cloud Private
https://www.ibm.com/cloud/private
Learn about IBM Cloud Private, an enterprise-grade private cloud platform behind your firewall for app development that delivers speed without sacrificing control.
- tags: kubernetes
Kublr
Kubernetes for the Enterprise - multi-cloud and on-prem Kubernetes operations center
- tags: kubernetes
NetApp Kubernetes Service
https://cloud.netapp.com/kubernetes-service
The Universal Control Plane for Managed Kubernetes now available for everyone.
- tags: kubernetes
OpenShift - Container Platform
http://www.openshift.com/container-platform/index.html
Container Platform](http://www.openshift.com/container-platform/index.html)
- tags: kubernetes
SUSE Container as a Service
http://www.suse.com/betaprogram/caasp-beta/
- tags: kubernetes
Alibaba Cloud
https://www.alibabacloud.com/product/kubernetes
Alibaba Cloud Container Service for Kubernetes
- tags: kubernetes
AWS EKS
Amazon Elastic Container Service
- tags: kubernetes
Azure AKS
https://docs.microsoft.com/en-us/azure/aks/
Azure Kubernetes Service
- tags: kubernetes
DigitalOcean
https://www.digitalocean.com/products/kubernetes/
DigitalOcean Kubernetes
- tags: kubernetes
GKE
https://cloud.google.com/container-engine/
Google Kubernetes Engine
- tags: kubernetes
IKS
https://www.ibm.com/cloud/container-service
IBM Cloud Kubernetes Service
- tags: kubernetes
OKE
https://cloud.oracle.com/containers/kubernetes-engine
Oracle Kubernetes Engine
- tags: kubernetes
OVH Managed Kubernetes
https://www.ovh.co.uk/kubernetes/
OVH Managed Kubernetes
- tags: kubernetes
Rackspace
https://www.rackspace.com/en-in
Rackspace
- tags: kubernetes
VMware Cloud PKS
https://cloud.vmware.com/vmware-cloud-pks
- tags: kubernetes
Alauda Container Platform
灵雀云Alauda Cloud Enterprise是基于容器技术,以DevOps为理念,面向微服务应用的新一代PaaS平台。全面集成Kubernetes,同时深度支持基于SpringCloud微服务框架。帮助客户实现基础设施云化、应用架构现代化和开发流程敏捷化。
- tags: kubernetes
Containerum
Платформа на базе Kubernetes для создания отказоустойчивой инфраструктуры клиентских приложений
- tags: kubernetes
Eldarion Cloud
- tags: kubernetes
Hasura
Instant realtime GraphQL APIs on any Postgres application, existing or new
- tags: kubernetes
Kel
Kel is an open-source Platform as a Service (PaaS) from Eldarion® that makes it easy to manage web application deployment and hosting through the entire software lifecycle.
- tags: kubernetes
KubeSail
An easy, free way to try Kubernetes
- tags: kubernetes
OpenShift Online/Dedicated/Container Platform
OpenShift is an open source container application platform by Red Hat based on top of Docker containers and the Kubernetes container cluster manager for enterprise app development and deployment.
- tags: kubernetes
OpenShift Origin - OKD
OKD](http://www.okd.io)
- tags: kubernetes
Rancher
http://rancher.com/running-kubernetes-aws-rancher/
- tags: kubernetes
teresa
https://github.com/luizalabs/teresa
Simple PAAS that runs on top of Kubernetes.
- tags: kubernetes
- :octocat: source code
WSO2
- tags: kubernetes
Katacoda
http://www.katacoda.com/courses/kubernetes
This set of hands-on labs covers the foundations of Kubernetes. Learn Launch A Single Node Cluster, Launch a multi-node cluster using Kubeadm, Deploy Containers Using Kubectl, Deploy Containers Using ...
- tags: kubernetes
Kubernetes Bootcamp
http://kubernetesbootcamp.github.io/kubernetes-bootcamp/
K8S
- tags: kubernetes
Magic Sandbox
Magic Sandbox is a hands-on learning platform for engineers, by engineers. Immersive Kubernetes training on real infrastructure where engineering teams learn from hands-on Kubernetes training on real ...
- tags: kubernetes
Play with Kubernetes
http://labs.play-with-k8s.com/
- tags: kubernetes
Scalable Microservices with Kubernetes at Udacity
http://in.udacity.com/course/scalable-microservices-with-kubernetes--ud615
This course is designed to teach you about managing microservices, using Kubernetes. This course is built in partnership with experts such as Google’s Kelsey Hightower.
- tags: kubernetes
Introduction to Kubernetes at edX
http://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x
Want to learn Kubernetes? Get an in-depth primer on this powerful system for managing containerized applications.
- tags: kubernetes
Kubernetes Tutorials by Kubernetes Team
http://kubernetes.io/docs/tutorials/
- tags: kubernetes
Kubernetes By Example by OpenShift Team
http://kubernetesbyexample.com
This is a hands-on introduction to Kubernetes. Browse the examples: pods labels deployments services service discovery port forward health checks environment variables namespaces volumes persistent v...
- tags: kubernetes
Kubernetes Tutorial by Tutorialspoint
http://www.tutorialspoint.com/kubernetes/
Kubernetes Tutorial for Beginners - Learn Kubernetes in simple and easy steps starting from basic to advanced concepts with examples including Overview, Architecture, Setup, Images, Jobs, Labels and S...
- tags: kubernetes
Imperative vs. Declarative — a Kubernetes Tutorial
https://medium.com/payscale-tech/imperative-vs-declarative-a-kubernetes-tutorial-4be66c5d8914
There are two basic ways to deploy to Kubernetes: imperatively, with the many kubectl commands, or declaratively, by writing manifests and using kubectl apply. The former is good for learning and…
- tags: kubernetes
Building a Bank with Kubernetes
http://monzo.com/blog/2016/09/19/building-a-modern-bank-backend/
At Monzo, we’re building a banking system from scratch. Our systems must be available 24x7 no matter what happens, scalable to hundreds of millions of customers around the world, and very extensible. ...
- tags: kubernetes
Bringing Pokemon Go to Google Cloud
http://cloudplatform.googleblog.com/2016/09/bringing-Pokemon-GO-to-life-on-Google-Cloud.html
Throughout my career as an engineer, I’ve had a hand in numerous product launches that grew to millions of users. User adoption typically happens gradually
- tags: kubernetes
Monitoring Kubernetes at Wayblazer
http://sysdig.com/blog/monitoring-docker-kubernetes-wayblazer/
This article is part of our series on operating and monitoring Kubernetes in production. this final section is a real-world use case.
- tags: kubernetes
Major League Soccer Monolith to Kubernetes Transition
http://sysdig.com/blog/monoliths-kubernetes-monitoring-transitioning-docker-major-league-soccer/
- tags: kubernetes
Using Kubernetes on AWS
https://github.com/hjacobs/kubernetes-on-aws-users
List of companies/organizations running Kubernetes on AWS - hjacobs/kubernetes-on-aws-users
- tags: kubernetes
- :octocat: source code
Kubernetes at Github
http://githubengineering.com/kubernetes-at-github/
- tags: kubernetes
Kubernetes the hard way - installation from scratch
http://github.com/kelseyhightower/kubernetes-the-hard-way/
installation from scratch](http://github.com/kelseyhightower/kubernetes-the-hard-way/)
- tags: kubernetes
- :octocat: source code
Kubernetes Failure Stories
https://github.com/hjacobs/kubernetes-failure-stories
Compilation of public failure/horror stories related to Kubernetes - hjacobs/kubernetes-failure-stories
- tags: kubernetes
- :octocat: source code
AWS
Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
- tags: kubernetes
CephRBD
http://ceph.com/ceph-storage/block-storage/
- tags: kubernetes
GCE
https://cloud.google.com/compute/
Google Compute Engine offers high performance virtual machines, customer-friendly pricing, fast networking, and carbon-neutral impact.
- tags: kubernetes
Glusterfs
- tags: kubernetes
Hitachi
https://knowledge.hitachivantara.com/Documents/Adapters_and_Drivers/Storage_Adapters_and_Drivers/Con...
Hitachi Storage Plug-in for Containers lets you create containers and run stateful applications inside those containers by using Hitachi VSP series volumes as dynamically provisioned persistent …
- tags: kubernetes
HPE
https://github.com/hpe-storage/dory
Kubernetes Flexvolume Driver for Docker Volume Plugins - hpe-storage/dory
- tags: kubernetes
- :octocat: source code
Kube-Aliyun
https://github.com/kubeup/kube-aliyun
Aliyun Essentials for Kubernetes (SLB, Routes and Volumes) - kubeup/kube-aliyun
- tags: kubernetes
- :octocat: source code
Linode
https://www.linode.com/blockstorage
The Linode Block Storage service allows you to create and attach scalable, highly-available storage volumes to your Linode compute instances.
- tags: kubernetes
Microsoft
https://github.com/Microsoft/K8s-Storage-Plugins
Storage plugins for Kubernetes. Contribute to microsoft/K8s-Storage-Plugins development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
OpenEBS
http://github.com/openebs/openebs/
Leading Open Source Container Attached Storage, built using Cloud Native Architecture, simplifies running Stateful Applications on Kubernetes. - openebs/openebs
- tags: kubernetes
- :octocat: source code
OpenStack Cinder
http://wiki.openstack.org/cinder
- tags: kubernetes
Portworx
Portworx is persistent storage for containers. Get data services for stateful containers including HA, snapshots, backup & encryption. Try today!
- tags: kubernetes
Pure Storage
https://hub.docker.com/r/purestorage/k8s/
- tags: kubernetes
QuoByte
Quobyte is software defined storage that turns commodity servers into a reliable and highly automated data center file system.
- tags: kubernetes
Rancher Longhorn
https://github.com/rancher/longhorn
Cloud native, distributed block storage build on and for Kubernetes - longhorn/longhorn
- tags: kubernetes
- :octocat: source code
Rook
- tags: kubernetes
StorageOS
StorageOS provides a cloud native storage platform for running enterprise containerized applications in production. Learn how StorageOS delivers persistent storage for containers.
- tags: kubernetes
Stork
https://github.com/libopenstorage/stork
Stork - Storage Orchestration Runtime for Kubernetes - libopenstorage/stork
- tags: kubernetes
- :octocat: source code
AWS EBS
https://github.com/kubernetes-sigs/aws-ebs-csi-driver
CSI driver for AWS EBS https://aws.amazon.com/ebs/ - kubernetes-sigs/aws-ebs-csi-driver
- tags: kubernetes, plugins
- :octocat: source code
AWS EFS
https://github.com/kubernetes-sigs/aws-efs-csi-driver
CSI Driver for AWS EFS https://aws.amazon.com/efs/ - kubernetes-sigs/aws-efs-csi-driver
- tags: kubernetes, plugins
- :octocat: source code
AWS FSx for Lustre
https://github.com/kubernetes-sigs/aws-fsx-csi-driver
CSI Driver of AWS FSx for Lustre https://aws.amazon.com/fsx/lustre/ - kubernetes-sigs/aws-fsx-csi-driver
- tags: kubernetes, plugins
- :octocat: source code
Ceph
https://github.com/ceph/ceph-csi
CSI driver for ceph. Contribute to ceph/ceph-csi development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Cloudscale
https://github.com/cloudscale-ch/csi-cloudscale
Container Storage Interface (CSI) plugin for the cloudscale.ch IaaS platform - cloudscale-ch/csi-cloudscale
- tags: kubernetes, plugins
- :octocat: source code
DigitalOcean
https://github.com/digitalocean/csi-digitalocean
A Container Storage Interface (CSI) Driver for DigitalOcean Block Storage - digitalocean/csi-digitalocean
- tags: kubernetes, plugins
- :octocat: source code
DriveScale
https://github.com/DriveScale/k8s-plugins
DriveScale Kubernetes Volume plugins. Contribute to DriveScale/k8s-plugins development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Ember
- tags: kubernetes, plugins
Gluster
https://github.com/gluster/gluster-csi-driver
Gluster Container Storage Interface (CSI) driver. Contribute to gluster/gluster-csi-driver development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Google Compute Engine Persistent Disk
https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver
The Google Compute Engine Persistent Disk (GCE PD) Container Storage Interface (CSI) Storage Plugin. - kubernetes-sigs/gcp-compute-persistent-disk-csi-driver
- tags: kubernetes, plugins
- :octocat: source code
Hostpath
https://github.com/kubernetes-csi/drivers/tree/master/pkg/hostpath
Example CSI Drivers. Contribute to kubernetes-csi/drivers development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Inmemory
https://github.com/kubernetes-csi/csi-test/tree/master/mock/service
CSI test frameworks. Contribute to kubernetes-csi/csi-test development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Intel PMEM-CSI
https://github.com/intel/pmem-CSI
Persistent Memory Container Storage Interface Driver - intel/pmem-CSI
- tags: kubernetes, plugins
- :octocat: source code
Linode Block Storage
https://github.com/linode/linode-blockstorage-csi-driver
Container Storage Interface (CSI) Driver for Linode Block Storage - linode/linode-blockstorage-csi-driver
- tags: kubernetes, plugins
- :octocat: source code
Mesos
http://mesos.apache.org/documentation/latest/csi
- tags: kubernetes, plugins
MooseFs
https://github.com/moosefs/moosefs-csi
Container Storage Interface (CSI) for MooseFS. Contribute to moosefs/moosefs-csi development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
NetApp Trident
https://github.com/NetApp/trident
Storage orchestrator for containers. Contribute to NetApp/trident development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Nexenta
https://nexentaedge.io/docs/kubernetes-csi.html
- tags: kubernetes, plugins
NFS
https://github.com/kubernetes-csi/drivers/tree/master/pkg/nfs
Example CSI Drivers. Contribute to kubernetes-csi/drivers development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Nutanix
https://portal.nutanix.com/#/page/docs/details?targetId=CSI-Volume-Driver:CSI-Volume-Driver
- tags: kubernetes, plugins
OpenSDS
https://github.com/opensds/nbp/tree/master/csi
Sushi: OpenSDS Northbound Plugin Project. Contribute to opensds/nbp development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
OpenStack Cinder
https://github.com/kubernetes/cloud-provider-openstack/tree/master/pkg/csi/cinder
Contribute to kubernetes/cloud-provider-openstack development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Portworx
https://github.com/libopenstorage/openstorage/tree/master/csi
A multi-host clustered implementation of the open storage specification - libopenstorage/openstorage
- tags: kubernetes, plugins
- :octocat: source code
Quobyte
https://github.com/quobyte/quobyte-csi
Quobyte CSI driver. Contribute to quobyte/quobyte-csi development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
ScaleIO
https://github.com/thecodeteam/csi-scaleio
See the VxFlexOS repo for the new driver! Contribute to thecodeteam/csi-scaleio development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Virtual Filesystem
https://github.com/rexray/csi-vfs
A Container Storage Interface (CSI) plug-in that provides virtual filesystem (VFS) support. - rexray/csi-vfs
- tags: kubernetes, plugins
- :octocat: source code
VMware vSphere
https://github.com/thecodeteam/csi-vsphere
A Container Storage Interface (CSI) Storage Plug-in (SP) for VMware vSphere (deprecated) - thecodeteam/csi-vsphere
- tags: kubernetes, plugins
- :octocat: source code
Pykube
https://github.com/hjacobs/pykube
Lightweight Python 3+ client library for Kubernetes (pykube-ng) - hjacobs/pykube
- tags: kubernetes, plugins
- :octocat: source code
Jenkinsfile with Helm, Go, Docker, Kubectl, JNLP
https://github.com/lachie83/croc-hunter/blob/master/Jenkinsfile
The infamous croc hunter game. Contribute to lachie83/croc-hunter development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Ambassador
API Gateway built on the Envoy Proxy
- tags: kubernetes
Argo
https://github.com/argoproj/argo
The Workflow Engine for Kubernetes
- tags: kubernetes
- :octocat: source code
Bitnami Kubernetes Production Runtime
- tags: kubernetes
Client Libraries
https://github.com/kubernetes/website/blob/master/content/en/docs/reference/using-api/client-librari...
Kubernetes website and documentation repo: . Contribute to kubernetes/website development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Fission Workflows
https://github.com/fission/fission-workflows
Workflow-based serverless function composition
- tags: kubernetes
- :octocat: source code
Forecastle
https://github.com/stakater/Forecastle
A dashboard which dynamically discovers and provides a launchpad to access applications deployed on Kubernetes
- tags: kubernetes
- :octocat: source code
Git Webhook Proxy
https://github.com/stakater/GitWebhookProxy
A proxy to let webhooks reach running services behind a firewall
- tags: kubernetes
- :octocat: source code
Hypernetes
https://github.com/hyperhq/hypernetes
The multi-tenant Kubernetes distro. Contribute to hyperhq/hypernetes development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Ingress Monitor Controller
https://github.com/stakater/IngressMonitorController
Watches ingress endpoints and automatically registers liveness alerts on the configured uptime checker
- tags: kubernetes
- :octocat: source code
kmachine
https://github.com/skippbox/kmachine
Docker machine variant to create a single node Kubernetes instance - skippbox/kmachine
- tags: kubernetes
- :octocat: source code
KEDA
https://github.com/kedacore/keda
Kubernetes-based Event Driven Autoscaling
- tags: kubernetes
- :octocat: source code
kube-fledged
https://github.com/senthilrch/kube-fledged
A K8S add-on for creating and managing a cache of container images directly on cluster worker nodes
- tags: kubernetes
- :octocat: source code
kube-openvpn
https://github.com/pieterlange/kube-openvpn
:closed_lock_with_key: Kubernetes native OpenVPN. Contribute to pieterlange/kube-openvpn development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Kubeform
http://capgemini.github.io/kubeform/
werckerstatus werckerstatus
- tags: kubernetes
Kubefwd
https://github.com/txn2/kubefwd
Bulk port forwarding Kubernetes services for local development.
- tags: kubernetes
- :octocat: source code
Kubernetes Cluster Federation - previously Ubernetes
https://kubernetes.io/docs/concepts/cluster-administration/federation/
previously Ubernetes](https://kubernetes.io/docs/concepts/cluster-administration/federation/)
- tags: kubernetes
Kubernetes Ec2 Autoscaler
https://github.com/openai/kubernetes-ec2-autoscaler
A batch-optimized scaling manager for Kubernetes. Contribute to openai/kubernetes-ec2-autoscaler development by creating an account on GitHub.
- tags: kubernetes
- :octocat: source code
Kubic-Project
https://github.com/kubic-project
Providing the openSUSE MicroOS Container Operating System and the Kubic Container as a Service Platform based on MicroOS and kubernetes - Kubic Project
- tags: kubernetes
- :octocat: source code
Reloader
https://github.com/stakater/Reloader
Auto-load updates of ConfigMaps and Secrets into pods for Deployments, StatefulSets and DaemonSets
- tags: kubernetes
- :octocat: source code
Telepresence
Locally develop/debug services against a remote Kubernetes cluster
- tags: kubernetes
CNAB
CNABs facilitate the bundling, installing and managing of container-native apps - and their coupled services.
- tags: kubernetes, package-managers
Helm
For further information, please check out - Awesome Helm.
- tags: kubernetes, package-managers
Cloudsmith
https://cloudsmith.io/l/helm-repository/
A fully managed package management SaaS, with first-class support for public and private Kubernetes registries (Docker + Helm Charts, plus many others).
- tags: kubernetes, package-managers
Console
http://github.com/kubernetes/dashboard
General-purpose web UI for Kubernetes clusters. Contribute to kubernetes/dashboard development by creating an account on GitHub.
- tags: kubernetes, monitoring
- :octocat: source code
BotKube
https://github.com/infracloudio/botkube
App that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for the standard practices
- tags: kubernetes, monitoring
- :octocat: source code
Datadog
See inside any stack, any app, at any scale, anywhere.
- tags: kubernetes, monitoring
eventrouter
https://github.com/heptiolabs/eventrouter
simple introspective kubernetes service that forwards events to a specified sink.
- tags: kubernetes, monitoring
- :octocat: source code
Grafana Kubernetes App
https://github.com/grafana/kubernetes-app
A set of dashboards and panels for kubernetes. Contribute to grafana/kubernetes-app development by creating an account on GitHub.
- tags: kubernetes, monitoring
- :octocat: source code
Heapster
https://github.com/kubernetes/heapster
[EOL] Compute Resource Usage Analysis and Monitoring of Container Clusters - kubernetes-retired/heapster
- tags: kubernetes, monitoring
- :octocat: source code
Instana
Instana is the Application Performance Management solution for modern dynamic applications, using automation and AI to manage their service quality.
- tags: kubernetes, monitoring
kail
Kubernetes Log Viewer. Streams logs from all containers of all matching pods.
- tags: kubernetes, monitoring
- :octocat: source code
Kubebox
https://github.com/astefanutti/kubebox
Terminal console for Kubernetes
- tags: kubernetes, monitoring
- :octocat: source code
Kubedash
https://github.com/kubernetes/kubedash
[EOL] Analytics dashboard for Kubernetes. Contribute to kubernetes-retired/kubedash development by creating an account on GitHub.
- tags: kubernetes, monitoring
- :octocat: source code
Kubernetes Operational View
https://github.com/hjacobs/kube-ops-view
read-only system dashboard for multiple K8s clusters
- tags: kubernetes, monitoring
- :octocat: source code
Kubespy
https://github.com/pulumi/kubespy
Tools for observing Kubernetes resources in real time, powered by Pulumi.
- tags: kubernetes, monitoring
- :octocat: source code
Kubewatch
https://github.com/skippbox/kubewatch
Watch k8s events and trigger Handlers. Contribute to bitnami-labs/kubewatch development by creating an account on GitHub.
- tags: kubernetes, monitoring
- :octocat: source code
Netsil
https://github.com/netsil/manifests
Deploy manifests for Netsil AOC. Contribute to netsil/manifests development by creating an account on GitHub.
- tags: kubernetes, monitoring
- :octocat: source code
New Relic
https://newrelic.com/platform/kubernetes
Kubernetes monitoring and visualization service.
- tags: kubernetes, monitoring
NexClipper
https://github.com/NexClipper/NexClipper
An open source software for monitoring Kubernetes and containers.
- tags: kubernetes, monitoring
- :octocat: source code
Outcold Solutions
https://www.outcoldsolutions.com
monitoring Kubernetes, OpenShift and Docker in Splunk Enterprise and Splunk Cloud (metrics and log forwarding)
- tags: kubernetes, monitoring
Prometheus
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
- tags: kubernetes, monitoring
Searchlight
https://github.com/appscode/searchlight
🔦 Alerts for Kubernetes. Contribute to searchlight/searchlight development by creating an account on GitHub.
- tags: kubernetes, monitoring
- :octocat: source code
Sysdig Monitoring
Sysdig is the first unified approach to cloud-native visibility and security with Kubernetes, Prometheus, and Falco support.
- tags: kubernetes, monitoring
Sysdig Open Source
Sysdig is the first unified approach to cloud-native visibility and security with Kubernetes, Prometheus, and Falco support.
- tags: kubernetes, monitoring
The Elastic Stack
https://www.elastic.co/docker-kubernetes-container-monitoring
An open-source solution for monitoring and visualising K8s metrics, logs, application traces and more.
- tags: kubernetes, monitoring
Weave Scope
http://www.weave.works/products/weave-scope/
Easy and simple automatic detection and visualization of your clusters and hosts. Install with only three lines of code and go!
- tags: kubernetes, monitoring
chaoskube
https://github.com/linki/chaoskube
periodically kills random pods in your Kubernetes cluster
- tags: kubernetes, testing
- :octocat: source code
k8s-testsuite
https://github.com/mrahbar/k8s-testsuite
Helm chart for network and loadtesting of a Kubernetes cluster
- tags: kubernetes, testing
- :octocat: source code
kboom
https://github.com/mhausenblas/kboom
The Kubernetes scale & soak load tester
- tags: kubernetes, testing
- :octocat: source code
kind
https://github.com/bsycorp/kind
A single node cluster to run your CI tests against thats ready in 30 seconds
- tags: kubernetes, testing
- :octocat: source code
kube-monkey
https://github.com/asobti/kube-monkey
Chaos Monkey for Kubernetes clusters
- tags: kubernetes, testing, fault-tolerance
- :octocat: source code
Kubeadm-dind-cluster
https://github.com/kubernetes-sigs/kubeadm-dind-cluster
multi-node test cluster based on kubeadm
- tags: kubernetes, testing
- :octocat: source code
Litmus
https://github.com/openebs/litmus
Chaos engineering for stateful workloads on Kubernetes
- tags: kubernetes, testing
- :octocat: source code
PowerfulSeal
https://github.com/bloomberg/powerfulseal
kills targeted pods and machines to test your software reliability
- tags: kubernetes, testing
- :octocat: source code
Sonobuoy
https://github.com/heptio/sonobuoy
Diagnostic tool that runs Kubernetes conformance tests
- tags: kubernetes, testing
- :octocat: source code
Test-Infra
https://github.com/kubernetes/test-infra
Test infrastructure for the Kubernetes project. Contribute to kubernetes/test-infra development by creating an account on GitHub.
- tags: kubernetes, testing
- :octocat: source code
KubeInvaders
https://github.com/lucky-sideburn/KubeInvaders
Gamified Chaos engineering tool for Kubernetes Clusters. It is like Space Invaders but alien ships are pods.
- tags: kubernetes, testing
- :octocat: source code
Jenkins-Kubernetes Plugin
https://github.com/jenkinsci/kubernetes-plugin
Jenkins plugin to run dynamic agents in a Kubernetes/Docker environment - jenkinsci/kubernetes-plugin
- tags: kubernetes, continuous-delivery, jenkins
- :octocat: source code
Automated Image Builds with Jenkins, Packer, and Kubernetes
https://cloud.google.com/solutions/automated-build-images-with-jenkins-kubernetes#kubernetes_archite...
- tags: kubernetes, continuous-delivery, jenkins
On-demand Jenkins slaves with Kubernetes and the Google Container Engine
http://www.cloudbees.com/blog/demand-jenkins-slaves-kubernetes-and-google-container-engine
Learn all about On-demand Jenkins slaves with Kubernetes and the Google Container Engine from the CloudBees team and the Jenkins community.
- tags: kubernetes, continuous-delivery, jenkins
Jenkins setups for Kubernetes and Docker Workflow
http://iocanel.blogspot.in/2015/09/jenkins-setups-for-kubernetes-and.html
- tags: kubernetes, continuous-delivery, jenkins
Lab: Build a Continuous Deployment Pipeline with Jenkins and Kubernetes
https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes
Get up and running with Jenkins on Google Kubernetes Engine - GoogleCloudPlatform/continuous-deployment-on-kubernetes
- tags: kubernetes, continuous-delivery, jenkins
- :octocat: source code
Jenkins Operator - Kubernetes native Jenkins operator
https://github.com/jenkinsci/kubernetes-operator
Kubernetes native Jenkins operator](https://github.com/jenkinsci/kubernetes-operator)
- tags: kubernetes, continuous-delivery, jenkins
- :octocat: source code
Jenkins X
automated CI/CD for Kubernetes with GitOps Promotion and Preview Environments on Pull Requests using best of breed OSS tools like: Jenkins, Helm, Skaffold, Kaniko, Knative Build, Knative Pipeline and ...
- tags: kubernetes, continuous-delivery
Apollo
https://github.com/logzio/apollo
Open Source application providing teams with self service UI for creating and deploying their services to Kubernetes.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Argo CD
https://github.com/argoproj/argo-cd
Declarative continuous deployment for Kubernetes.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Buildkite
https://github.com/buildkite/charts
Lean CI/CD cloud hosted control plane with agents on your infrastructure.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Codefresh
Kubernetes CI/CD platform (with private Docker and Helm Chart repositories)
- tags: kubernetes, continuous-delivery
GitLab
http://blog.lwolf.org/post/how-to-easily-deploy-gitlab-on-kubernetes/
How to easily deploy GitLab with GitLab CI to Kubernetes cluster
- tags: kubernetes, continuous-delivery
k8s-deploy-helper
https://github.com/lifechurch/k8s-deploy-helper
Framework to easily deploy Kubernetes applications via GitLab.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Keel
Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
- tags: kubernetes, continuous-delivery
Kit
http://invisionapp.github.io/kit/
- tags: kubernetes, continuous-delivery
Kontinuous
https://github.com/AcalephStorage/kontinuous
The Kubernetes Continuous Integration & Delivery Platform (CI/CD) :arrows_counterclockwise: - AcalephStorage/kontinuous
- tags: kubernetes, continuous-delivery
- :octocat: source code
KubeCI
KubeCI is a Cloud Native Continuous Delivery platform built on Drone for Kubernetes, written in Go
- tags: kubernetes, continuous-delivery
Razee
https://github.com/razee-io/Razee
Overview and docs. Contribute to razee-io/Razee development by creating an account on GitHub.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Shippable
http://blog.shippable.com/topic/kubernetes
Kubernetes | Shippable is a continuous integration and deployment platform for containers
- tags: kubernetes, continuous-delivery
Shipper
https://github.com/bookingcom/shipper
Kubernetes native multi-cluster canary or blue-green rollouts using Helm.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Spinnaker
http://www.spinnaker.io/blog/deploy-to-kubernetes-using-spinnaker
- tags: kubernetes, continuous-delivery
Vili
https://github.com/airware/vili
Contribute to viliproject/vili development by creating an account on GitHub.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Weave Flux – GitOps reconcoliation operator
https://github.com/weaveworks/flux
The GitOps Kubernetes operator. Contribute to weaveworks/flux development by creating an account on GitHub.
- tags: kubernetes, continuous-delivery
- :octocat: source code
Wercker
http://blog.wercker.com/topic/kubernetes
The Wercker blog covers continuous delivery to the cloud
- tags: kubernetes, continuous-delivery
FaaS-netes
https://github.com/alexellis/faas-netes
Serverless Kubernetes with OpenFaaS (Functions as a Service) - openfaas/faas-netes
- tags: kubernetes, serverless
- :octocat: source code
Fission
https://github.com/platform9/fission
Fast Serverless Functions for Kubernetes. Contribute to fission/fission development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
Funktion
https://github.com/fabric8io/funktion
a CLI tool for working with funktion. Contribute to funktionio/funktion development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
Iron.io
- tags: kubernetes, serverless
Kubeless
https://github.com/skippbox/kubeless
Kubernetes Native Serverless Framework. Contribute to kubeless/kubeless development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
Nuclio
https://github.com/nuclio/nuclio
High-Performance Serverless event and data processing platform - nuclio/nuclio
- tags: kubernetes, serverless
- :octocat: source code
OpenFaaS
https://github.com/alexellis/faas
OpenFaaS - Serverless Functions Made Simple. Contribute to openfaas/faas development by creating an account on GitHub.
- tags: kubernetes, serverless
- :octocat: source code
OpenWhisk
OpenWhisk Serverless platform. Please note that all repos were transferred to Apache Software Foundation here https://github.com/apache?q=incubator-openwhisk - Apache OpenWhisk
- tags: kubernetes, serverless
- :octocat: source code
Virtual Kubelet
https://github.com/virtual-kubelet/virtual-kubelet
Allows nodes to be backed by other services and providers.
- tags: kubernetes, serverless
- :octocat: source code
Cert manager
https://github.com/kelseyhightower/kube-cert-manager
Manage Lets Encrypt certificates for a Kubernetes cluster. - kelseyhightower/kube-cert-manager
- tags: kubernetes, operators
- :octocat: source code
Cert Operator
https://github.com/giantswarm/cert-operator
cert-operator creates/manages certificates for Kubernetes clusters running on Giantnetes - giantswarm/cert-operator
- tags: kubernetes, operators
- :octocat: source code
Container Linux Update Operator
https://github.com/coreos/container-linux-update-operator
A Kubernetes operator to manage updates of Container Linux by CoreOS - coreos/container-linux-update-operator
- tags: kubernetes, operators
- :octocat: source code
Couchbase
https://blog.couchbase.com/introducing-couchbase-operator/
See what is Kubernetes Operator and how does it work. Learn more about the features that are included in the Couchbase Kubernetes Operater Beta version.
- tags: kubernetes, operators
DB Operator
https://github.com/k8sdb/operator
KubeDB Operator. Contribute to kubedb/operator development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
Elasticsearch
https://github.com/upmc-enterprises/elasticsearch-operator
manages elasticsearch clusters. Contribute to upmc-enterprises/elasticsearch-operator development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
etcd
https://github.com/coreos/etcd-operator
etcd operator creates/configures/manages etcd clusters atop Kubernetes - coreos/etcd-operator
- tags: kubernetes, operators
- :octocat: source code
Istio
https://github.com/banzaicloud/istio-operator
An operator that manages Istio deployments on Kubernetes - banzaicloud/istio-operator
- tags: kubernetes, operators
- :octocat: source code
K8s Operator Workshop
https://github.com/lukebond/cc-au-k8s-operators-workshop
Material for Kubernetes operators workshop at Container Camp Australia - lukebond/cc-au-k8s-operators-workshop
- tags: kubernetes, operators
- :octocat: source code
Kafka
https://github.com/krallistic/kafka-operator
A Kafka Operator for Kubernetes . Contribute to krallistic/kafka-operator development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
Kong API
https://github.com/upmc-enterprises/kong-operator
manages kong clusters. Contribute to upmc-enterprises/kong-operator development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
kooper
https://github.com/spotahome/kooper
Simple Go library to create Kubernetes operators and controllers
- tags: kubernetes, operators
- :octocat: source code
Kubernetes Operators
https://github.com/sapcc/kubernetes-operators
Operators that automate common tasks for managing Openstack on Kubernetes. - sapcc/kubernetes-operators
- tags: kubernetes, operators
- :octocat: source code
KubeVirt
Managing virtualization workloads on Kubernetes. KubeVirt has 30 repositories available. Follow their code on GitHub.
- tags: kubernetes, operators
- :octocat: source code
Kured
https://github.com/weaveworks/kured
Kured (Kubernetes Reboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots
- tags: kubernetes, operators
- :octocat: source code
Memcached
https://github.com/kbst/memcached
Memcached Operator for Kubernetes. Contribute to kbst/memcached development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
MongoDB
https://github.com/kbst/mongodb
MongoDB Operator for Kubernetes. Contribute to kbst/mongodb development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
MySQL
https://github.com/oracle/mysql-operator
Create, operate and scale self-healing MySQL clusters in Kubernetes - oracle/mysql-operator
- tags: kubernetes, operators
- :octocat: source code
Operator Kit
https://github.com/rook/operator-kit
A library for creating a Kubernetes Operator. Contribute to rook/operator-kit development by creating an account on GitHub.
- tags: kubernetes, operators
- :octocat: source code
Operator SDK
https://github.com/operator-framework/operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding. - operator-framework/operator-sdk
- tags: kubernetes, operators
- :octocat: source code
OperatorHub.io
A new home for the Kubernetes community to share Operators
- tags: kubernetes, operators
PostgreSQL
https://github.com/CrunchyData/postgres-operator
PostgreSQL Operator Creates/Configures/Manages PostgreSQL Clusters on Kubernetes - CrunchyData/postgres-operator
- tags: kubernetes, operators
- :octocat: source code
PostgreSQL
https://github.com/zalando-incubator/postgres-operator
manage PostgreSQL clusters using StatefulSets and Patroni.
- tags: kubernetes, operators
- :octocat: source code
Prometheus
https://github.com/coreos/prometheus-operator
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes - coreos/prometheus-operator
- tags: kubernetes, operators
- :octocat: source code
bashScheduler
https://github.com/rothgar/bashScheduler
Written in bash
- tags: kubernetes, schedulers
- :octocat: source code
escheduler
https://github.com/agonzalezro/escheduler
Written in elixir
- tags: kubernetes, schedulers
- :octocat: source code
firmament
https://github.com/camsas/firmament
The Firmament cluster scheduling platform. Contribute to camsas/firmament development by creating an account on GitHub.
- tags: kubernetes, schedulers
- :octocat: source code
ksched
https://github.com/coreos/ksched
Experimental flow based scheduler
- tags: kubernetes, schedulers
- :octocat: source code
Scheduler
https://github.com/kelseyhightower/scheduler
Cost based scheduler
- tags: kubernetes, schedulers
- :octocat: source code
Sticky Node Scheduler
https://github.com/philipn/kubernetes-sticky-node-scheduler
A custom Kubernetes scheduler that places variants of a pod on the same node - philipn/kubernetes-sticky-node-scheduler
- tags: kubernetes, schedulers
- :octocat: source code
Docker
Build, Share, and Run Any App, Anywhere. Learn about the only enterprise-ready container platform to cost-effectively build and manage your application portfolio.
- tags: kubernetes, kubernetes-containers
Rkt
Try out Rkt on Container Linux with CoreOS. Integration has never been easier; discover the advantages of a security-minded, standards-based container engine.
- tags: kubernetes, kubernetes-containers
rktlet
https://github.com/kubernetes-incubator/rktlet
Rkt implementation of a Kubernetes
- tags: kubernetes, kubernetes-containers
- :octocat: source code
containerd
https://github.com/containerd/containerd
An open and reliable container runtime. Contribute to containerd/containerd development by creating an account on GitHub.
- tags: kubernetes, kubernetes-containers
- :octocat: source code
cri-containerd
https://github.com/kubernetes-incubator/cri-containerd
Containerd-based implementation of Kubernetes Container Runtime Interface
- tags: kubernetes, kubernetes-containers
- :octocat: source code
CRI-O
https://github.com/kubernetes-incubator/cri-o
Open Container Initiative-based implementation of Kubernetes Container Runtime Interface - cri-o/cri-o
- tags: kubernetes, kubernetes-containers
- :octocat: source code
Hyper.sh/frakti
https://github.com/kubernetes/frakti
Hypervisor-based container runtime
- tags: kubernetes, kubernetes-containers
- :octocat: source code
virtlet
https://github.com/Mirantis/virtlet
Kubernetes CRI implementation for running VM workloads
- tags: kubernetes, kubernetes-containers
- :octocat: source code
infranetes
https://github.com/apporbit/infranetes
Infranetes - Managing virtual infrastructure the Kubernetes way - apporbit/infranetes
- tags: kubernetes, kubernetes-containers
- :octocat: source code
Kata Containers
Kata Containers is an open source container runtime, building lightweight virtual machines that seamlessly plug into the containers ecosystem.
- tags: kubernetes, kubernetes-containers
Apache Ignite
https://apacheignite.readme.io/docs/kubernetes-deployment
Memory-centric distributed database, caching, processing platform
- tags: kubernetes, database
Cassandra / DataStax
http://blog.kubernetes.io/2016/07/thousand-instances-of-cassandra-using-kubernetes-pet-set.html
Editor’s note: this post is part of a series of in-depth articles on what’s new in Kubernetes 1.3 Running The Greek Pet Monster Races For the Kubernetes 1.3 launch, we wanted to put the new Pet Set th...
- tags: kubernetes, database
CockroachDB
http://www.cockroachlabs.com/blog/running-cockroachdb-on-kubernetes/
Running CockroachDB on Kubernetes pairs its built-in replication and survivability with Kubernetes’ process management, creating a highly available system.
- tags: kubernetes, database
Hazelcast
http://ppires.wordpress.com/2014/12/24/clustering-hazelcast-on-kubernetes/
I've had experience with clustering Hazelcast in Google Cloud Engine before, but right now, in the advent of containers, Kubernetes is becoming a standard for app/container orchestration and therefore...
- tags: kubernetes, database
Minio
Enterprise grade, Amazon S3 compatible, object storage software designed for high performance workloads like AI, machine learning + cloud native apps.
- tags: kubernetes, database
MongoDB
http://www.mongodb.com/blog/post/running-mongodb-as-a-microservice-with-docker-and-kubernetes
Running MongoDB as a Microservice with Docker and Kubernetes
- tags: kubernetes, database
RDS
https://github.com/sorenmat/k8s-rds
Provision RDS databases via CRD from Kubernetes
- tags: kubernetes, database
- :octocat: source code
Vitess
Horizontal scaling of MySql by Youtube
- tags: kubernetes, database
AWS VPC CNI
https://github.com/aws/amazon-vpc-cni-k8s
Networking plugin using Elastic Network Interfaces
- tags: kubernetes, networking
- :octocat: source code
Calico
- tags: kubernetes, networking
Canal
https://github.com/tigera/canal
Policy based networking for cloud native applications - projectcalico/canal
- tags: kubernetes, networking
- :octocat: source code
Cilium
https://github.com/cilium/cilium
API Aware Networking and Security using BPF and XDP - cilium/cilium
- tags: kubernetes, networking
- :octocat: source code
Cisco ACI
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/kb/b_Kubernetes_Integration_wi...
CNI plugin from Cisco support ACI fabrics
- tags: kubernetes, networking
CNI-Genie
https://github.com/Huawei-PaaS/CNI-Genie
CNI-Genie for choosing pod network of your choice during deployment time. Supported pod networks - Calico, Flannel, Romana, Weave - Huawei-PaaS/CNI-Genie
- tags: kubernetes, networking
- :octocat: source code
cni-ipvlan-vpc-k8s
https://github.com/lyft/cni-ipvlan-vpc-k8s
AWS VPC Kubernetes CNI driver using IPvlan. Contribute to lyft/cni-ipvlan-vpc-k8s development by creating an account on GitHub.
- tags: kubernetes, networking
- :octocat: source code
Contiv
- tags: kubernetes, networking
External DNS
https://github.com/kubernetes-incubator/external-dns
To control DNS records dynamically via Kube resources
- tags: kubernetes, networking
- :octocat: source code
Goldpinger
https://github.com/bloomberg/goldpinger
Debugging tool for Kubernetes which tests and displays connectivity between nodes in the cluster. - bloomberg/goldpinger
- tags: kubernetes, networking
- :octocat: source code
Infoblox
https://github.com/infobloxopen/cni-infoblox
CNI Infoblox Code. Contribute to infobloxopen/cni-infoblox development by creating an account on GitHub.
- tags: kubernetes, networking
- :octocat: source code
Kube-router
http://github.com/cloudnativelabs/kube-router
Kube-router, a turnkey solution for Kubernetes networking. - cloudnativelabs/kube-router
- tags: kubernetes, networking
- :octocat: source code
kubernetes-network-policy-recipes
https://github.com/ahmetb/kubernetes-network-policy-recipes
Example recipes for Kubernetes Network Policies that you can just copy paste - ahmetb/kubernetes-network-policy-recipes
- tags: kubernetes, networking
- :octocat: source code
Kuryr
https://github.com/openstack/kuryr-kubernetes
Kubernetes integration with OpenStack networking. Contribute to openstack/kuryr-kubernetes development by creating an account on GitHub.
- tags: kubernetes, networking
- :octocat: source code
Linen
https://github.com/John-Lin/linen-cni
A CNI plugin designed for overlay networks with Open vSwitch - John-Lin/linen-cni
- tags: kubernetes, networking
- :octocat: source code
Multus-cni
https://github.com/Intel-Corp/multus-cni
Multi-homed pod cni
- tags: kubernetes, networking
- :octocat: source code
Network-Controller
https://github.com/linkernetworks/network-controller
Open vSwitch, Multiple network interfaces that associate with Kubernetes pods
- tags: kubernetes, networking
- :octocat: source code
NSX-T
https://www.vmware.com/products/nsx/cloud-native-apps.html
CNI plugin supporting load balancing and distributed firewalls.
- tags: kubernetes, networking
Nuage
https://github.com/nuagenetworks/nuage-kubernetes
Nuage Kubernetes Integration Tools. Contribute to nuagenetworks/nuage-kubernetes development by creating an account on GitHub.
- tags: kubernetes, networking
- :octocat: source code
OpenContrail
https://github.com/Juniper/contrail-kubernetes
OpenContrail Kubernetes integration. Contribute to Juniper/contrail-kubernetes development by creating an account on GitHub.
- tags: kubernetes, networking
- :octocat: source code
OpenVSwitch
- tags: kubernetes, networking
Romana
Romana is a new open source network and security automation solution for Cloud Native applications. Romana automates the creation of isolated Cloud Native Networks and secures applications with a dist...
- tags: kubernetes, networking
Weave Net
http://www.weave.works/docs/net/latest/kubernetes/kube-addon/
- tags: kubernetes, networking
Consul
https://www.consul.io/docs/platform/k8s/index.html
Consul has many integrations with Kubernetes. You can deploy Consul to Kubernetes using the Helm chart, sync services between Consul and Kubernetes, automatically secure Pod communication with Connect...
- tags: kubernetes, service-mesh
Envoy
Envoy is an open source edge and service proxy, designed for cloud-native applications
- tags: kubernetes, service-mesh
Istio
Connect, secure, control, and observe services.
- tags: kubernetes, service-mesh
Linkerd
http://linkerd.io/getting-started/k8s/
- tags: kubernetes, service-mesh
Weave Mesh
https://github.com/weaveworks/mesh
A tool for building distributed applications. Contribute to weaveworks/mesh development by creating an account on GitHub.
- tags: kubernetes, service-mesh
- :octocat: source code
gRPC
- tags: kubernetes, rpc
Micro
https://github.com/micro/kubernetes
Deprecated: See examples/kubernetes. Contribute to micro/kubernetes development by creating an account on GitHub.
- tags: kubernetes, rpc
- :octocat: source code
CyberArk Conjur Kubernetes Authenticator
https://developer.conjur.net/reference/integrations/kubernetesopenshift.html
Secure your Kubernetes-deployed applications with CyberArk Conjur
k8sec
https://github.com/dtan4/k8sec
CLI tool to manage Kubernetes Secrets easily. Contribute to dtan4/k8sec development by creating an account on GitHub.
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
Kamus
https://github.com/Soluto/kamus
A GitOps, zero-trust solution for secrets encryption/decryption solution.
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
kube-lego
https://github.com/jetstack/kube-lego
Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt - jetstack/kube-lego
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
kubernetes-vault
https://github.com/Boostport/kubernetes-vault
Use Vault to store secrets for Kubernetes! Contribute to Boostport/kubernetes-vault development by creating an account on GitHub.
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
kubesec
https://github.com/shyiko/kubesec
Secure Secret management
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
Sealed Secrets
https://github.com/bitnami-labs/sealed-secrets
A Kubernetes controller and tool for one-way encrypted Secrets - bitnami-labs/sealed-secrets
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
Secure GitOps Using Weave Cloud Deploy And Bitnami's Sealed Secrets
https://engineering.bitnami.com/articles/secure-gitops.html
Vault auth plugin backend: Kubernetes
http://www.vaultproject.io/docs/auth/kubernetes.html
The Kubernetes auth method allows automated authentication of Kubernetes Service Accounts.
Vault controller
https://github.com/kelseyhightower/vault-controller
Automate the creation of unique Vault tokens for Kubernetes Pods using init containers. - kelseyhightower/vault-controller
- tags: kubernetes, secret-generation, secret-management
- :octocat: source code
Kubernator
https://github.com/smpio/kubernator
Alternative Kubernetes UI. Contribute to smpio/kubernator development by creating an account on GitHub.
- tags: kubernetes, web-applications
- :octocat: source code
Kubeapps
https://github.com/kubeapps/kubeapps
A web-based UI for deploying and managing applications in Kubernetes clusters
- tags: kubernetes, web-applications
- :octocat: source code
Polaris
https://github.com/reactiveops/polaris
An open source dashboard for Kubernetes best practices
- tags: kubernetes, web-applications
- :octocat: source code
Kubernetic
Kubernetic is a brand new Desktop Client for Kubernetes that lets developers and ops manage their Kubernetes cluster(s) through a UI interface in a very simple way.
- tags: kubernetes, desktop-applications
Cabin
https://github.com/bitnami/cabin
The Mobile Dashboard for Kubernetes. Contribute to bitnami-labs/cabin development by creating an account on GitHub.
- tags: kubernetes, mobile-applications
- :octocat: source code
Cockpit
http://cockpit-project.org/guide/latest/feature-kubernetes.html
- tags: kubernetes, mobile-applications
click
https://github.com/databricks/click
A CLI focused REPL for quickly interacting with Kubernetes objects.
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
Ksql
https://github.com/brendandburns/ksql
Query Kubernetes API objects using SQL. Contribute to brendandburns/ksql development by creating an account on GitHub.
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kube-prompt
https://github.com/c-bata/kube-prompt
Interactive kubernetes client built using go-prompt.
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kube-ps1
https://github.com/jonmosco/kube-ps1
Kubernetes prompt helper for bash and zsh.
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kube-tmux
https://github.com/jonmosco/kube-tmux
Kubernetes tmux plugin to display the current context and namespace
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
Kubectl Aliases
https://github.com/ahmetb/kubectl-aliases
Aliases for Kubectl
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kubectl-plugins
https://github.com/jordanwilson230/kubectl-plugins
A collection of kubectl plugins handling everything from easy context switches to connecting to a container as any user (root included) via exec. Slightly tailored towards GKE users.
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kubectl-trace
https://github.com/iovisor/kubectl-trace
Schedule bpftrace programs on your kubernetes cluster using this kubectl plugin
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kubectld
https://github.com/rancher/kubectld
Stupid simple service to wrap kubectl. Contribute to rancher/kubectld development by creating an account on GitHub.
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
Kubefuse
http://opencredo.com/introducing-kubefuse-file-system-kubernetes/
- tags: kubernetes, api-adaptors, cli-adaptors
kubens
https://github.com/ahmetb/kubectx
switch between namespaces on kubectl
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kubensx
https://github.com/shyiko/kubensx
Simpler Cluster/User/Namespace switching for Kubernetes (featuring interactive mode and wildcard/fuzzy matching).
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
kubeplay
https://github.com/errordeveloper/kubeplay
kubeplay – a new way to interact with Kubernetes API from your terminal - errordeveloper/kubeplay
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
Kubesh
https://github.com/projectodd/kubernetes/blob/kubesh/cmd/kubesh/README.md
Work around kubectl
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
StackStorm
https://github.com/StackStorm/st2
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs wit...
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
stern
https://github.com/wercker/stern
Multi pod and container log tailing
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
Vikube
https://github.com/c9s/vikube.vim
Kubernetes operations from Vim, in Vim
- tags: kubernetes, api-adaptors, cli-adaptors
- :octocat: source code
AppController
https://github.com/Mirantis/k8s-AppController
AppController is a pod that you can spawn in your Kubernetes cluster which will take care of your complex deployments for you. - Mirantis/k8s-AppController
- tags: kubernetes, application-deployment-orchestration
- :octocat: source code
Brigade
https://github.com/Azure/brigade
Event Based Scripting using JavaScript
- tags: kubernetes, application-deployment-orchestration
- :octocat: source code
Deployment manager
https://cloud.google.com/deployment-manager/
From simple web servers to complex highly available clusters, Deployment Manager allows teams to spend less time managing, and more time building.
ElasticKube
https://elasticbox.com/kubernetes
ElasticKube is an open source management platform for Kubernetes with the goal of providing a self-service experience for containerized applications.
Gitkube
Build and deploy docker images on Kubernetes using git push.
IBM UrbanCode
https://developer.ibm.com/urbancode/plugin/kubernetes/
Kb8or
https://github.com/UKHomeOffice/kb8or
CI Tool for deploying with kubernetes. Contribute to UKHomeOffice/kb8or development by creating an account on GitHub.
- tags: kubernetes, application-deployment-orchestration
- :octocat: source code
Nulecule
https://github.com/projectatomic/nulecule
[UNMAINTAINED] Specification describing a container-based application - projectatomic/nulecule
- tags: kubernetes, application-deployment-orchestration
- :octocat: source code
Psykube
https://github.com/commercialtribe/psykube
A faster way to deploy to Kubernetes! Contribute to psykube/psykube development by creating an account on GitHub.
- tags: kubernetes, application-deployment-orchestration
- :octocat: source code
Skaffold
https://github.com/GoogleCloudPlatform/skaffold
Command line tool that facilitates continuous development for Kubernetes applications.
- tags: kubernetes, application-deployment-orchestration
- :octocat: source code
Ansible
http://docs.ansible.com/ansible/latest/modules/k8s_raw_module.html
- tags: kubernetes, configuration
Chef
http://supermarket.chef.io/cookbooks/kubernetes
kubernetes Cookbook (1.0.0) rhel
- tags: kubernetes, configuration
Habitat
http://www.habitat.sh/docs/best-practices/#kubernetes
Documentation for using Habitat Builder with other services such as Kubernetes, OpenShift, Amazon ECS, Mesos, pure Docker, and more.
- tags: kubernetes, configuration
Jsonnet
https://github.com/google/jsonnet/tree/master/case_studies/kubernetes
Jsonnet - The data templating language. Contribute to google/jsonnet development by creating an account on GitHub.
- tags: kubernetes, configuration
- :octocat: source code
K8comp
https://github.com/cststack/k8comp
Kubernetes parameterized deployments manifests/templates https://cststack.github.io/k8comp/ - cststack/k8comp
- tags: kubernetes, configuration
- :octocat: source code
kapitan
https://github.com/deepmind/kapitan
Manage complex deployments using jsonnet and jinja2
- tags: kubernetes, configuration
- :octocat: source code
kenv
https://github.com/thisendout/kenv
Environment file injector for Kubernetes resources - thisendout/kenv
- tags: kubernetes, configuration
- :octocat: source code
Konfd
https://github.com/kelseyhightower/konfd
Manage application configuration using Kubernetes secrets, configmaps, and Go templates. - kelseyhightower/konfd
- tags: kubernetes, configuration
- :octocat: source code
Ktmpl
https://github.com/jimmycuadra/ktmpl
Parameterized templates for Kubernetes manifests. Contribute to jimmycuadra/ktmpl development by creating an account on GitHub.
- tags: kubernetes, configuration
- :octocat: source code
kubecfg
https://github.com/bitnami/kubecfg
Combines jsonnet and kubectl to let you declare systems in an easy to override way
- tags: kubernetes, configuration
- :octocat: source code
kubediff
https://github.com/weaveworks/kubediff
Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration. - weaveworks/kubediff
- tags: kubernetes, configuration
- :octocat: source code
kustomize
https://github.com/kubernetes-sigs/kustomize
Customization using partial specs
- tags: kubernetes, configuration
- :octocat: source code
Pulumi
https://www.pulumi.com/kubernetes/
Provides a SDK for k8s deployments targeting on-premises clusters and major cloud vendors' managed services.
- tags: kubernetes, configuration
Puppet
http://forge.puppet.com/garethr/kubernetes/readme
Module for creating resources in Kubernetes
- tags: kubernetes, configuration
Saltstack
http://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.k8s.html
- tags: kubernetes, configuration
thesus
https://github.com/heptiolabs/theseus
A command-line utility and importable package for comparing sets of Kubernetes objects
- tags: kubernetes, configuration
- :octocat: source code
Cue
https://cue.googlesource.com/cue/+/HEAD/doc/tutorial/kubernetes/README.md
A data constraint language which aims to simplify tasks involving defining and using data. Cue is a superset of JSON
- tags: kubernetes, configuration
Aquasec
http://blog.aquasec.com/topic/kubernetes
Kubernetes Security | The Container and serverless security blog: container security, Kubernetes Security, Docker Security, DevOps Tools, DevSecOps, image scanning, Continuous integration, Runtime pro...
- tags: kubernetes, security
Authenticator
https://github.com/heptio/authenticator
A tool for using AWS IAM credentials to authenticate to a Kubernetes cluster
- tags: kubernetes, security
- :octocat: source code
[Calico Network Policy (from Tigera)](from Tigera)
from Tigera
Widely adopted open source implementation unifying Kubernetes Network Policy and Istio Application Policy.
- tags: kubernetes, security
Dex
OpenID and OAuth for Kubernetes
- tags: kubernetes, security
- :octocat: source code
Guard
https://github.com/appscode/guard
Authenticaton webhook server with support for Github, Gitlab, Google, Azure and LDAP (AD) as identity providers.
- tags: kubernetes, security
- :octocat: source code
kiam
https://github.com/uswitch/kiam
Allows cluster users to associate AWS IAM roles to Pods.
- tags: kubernetes, security
- :octocat: source code
kube-bench
https://github.com/aquasecurity/kube-bench
The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices.
- tags: kubernetes, security
- :octocat: source code
kube-hunter
https://github.com/aquasecurity/kube-hunter
Hunt for security weaknesses in Kubernetes clusters.
- tags: kubernetes, security
- :octocat: source code
kube-psp-advisor
https://github.com/sysdiglabs/kube-psp-advisor
Help building an adaptive and fine-grained pod security policy.
- tags: kubernetes, security
- :octocat: source code
kube2iam
https://github.com/jtblin/kube2iam
Provides different AWS IAM roles for pods running on Kubernetes
- tags: kubernetes, security
- :octocat: source code
Kubesec.io
kubesec.io
- tags: kubernetes, security
Pomerium
a zero-trust identity-aware access proxy inspired by BeyondCorp.
- tags: kubernetes, security
Rakkess
https://github.com/corneliusweig/rakkess
Kubectl plugin to show an access matrix for all available resources.
- tags: kubernetes, security
- :octocat: source code
Sysdig Falco
Have visibility into the behavior of your containers & applications with Falco, container native runtime security.
- tags: kubernetes, security
Sysdig Secure
http://www.sysdig.com/product/secure
Container Security that brings together image scanning, run-time protection, and deep forensics to identify vulnerabilities, block threats, enforce compliance, and audit activity across your microserv...
- tags: kubernetes, security
Tigera Secure Cloud Edition
https://www.tigera.io/tigera-secure-ce/
- tags: kubernetes, security
Tigera Secure Enterprise Edition
https://www.tigera.io/tigera-secure-ee/
- tags: kubernetes, security
Trireme
http://github.com/aporeto-inc/trireme-kubernetes
Aporeto integration with Kubernetes Network Policies - aporeto-inc/trireme-kubernetes
- tags: kubernetes, security
- :octocat: source code
Twistlock
Twistlock is the first comprehensive cloud native cybersecurity platform for hosts, containers, and serverless setups across the DevSecOps lifecycle.
- tags: kubernetes, security
Avi Networks - Software Load Balancer | Intelligent WAF | Elastic Service Mesh
Software Load Balancer | Intelligent WAF | Elastic Service Mesh](https://avinetworks.com/)
- tags: kubernetes, load-balancing
AWS ALB Ingress Controller
https://github.com/kubernetes-sigs/aws-alb-ingress-controller
AWS ALB Ingress Controller for Kubernetes. Contribute to kubernetes-sigs/aws-alb-ingress-controller development by creating an account on GitHub.
- tags: kubernetes, load-balancing
- :octocat: source code
Cloudflare Warp Ingress
https://github.com/cloudflare/cloudflare-ingress-controller
A Kubernetes ingress controller for Cloudflare's Argo Tunnels - cloudflare/cloudflare-ingress-controller
- tags: kubernetes, load-balancing
- :octocat: source code
Contour
https://github.com/heptio/contour
Kubernetes ingress controller for Lyft's Envoy proxy
- tags: kubernetes, load-balancing
- :octocat: source code
F5 Big IP Controller
https://github.com/F5Networks/k8s-bigip-ctlr
Repository for F5 BIG-IP Controller for Kubernetes. - F5Networks/k8s-bigip-ctlr
- tags: kubernetes, load-balancing
- :octocat: source code
Gimbal
https://github.com/heptio/gimbal
Platform capable of routing traffic to multiple Kubernetes and OpenStack clusters
- tags: kubernetes, load-balancing
- :octocat: source code
Gloo - Envoy-based API gateway and ingress controller
https://github.com/solo-io/gloo
An Envoy-Powered API Gateway. Contribute to solo-io/gloo development by creating an account on GitHub.
- tags: kubernetes, load-balancing
- :octocat: source code
HAProxy Ingress
https://github.com/jcmoraisjr/haproxy-ingress
HAProxy Ingress controller. Contribute to jcmoraisjr/haproxy-ingress development by creating an account on GitHub.
- tags: kubernetes, load-balancing
- :octocat: source code
Linode NodeBalancer Ingress
https://github.com/linode/linode-cloud-controller-manager
Kubernetes Cloud Controller Manager for Linode. Contribute to linode/linode-cloud-controller-manager development by creating an account on GitHub.
- tags: kubernetes, load-balancing
- :octocat: source code
MetalLB
load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.
- tags: kubernetes, load-balancing
NGINX Ingress Controller
https://github.com/kubernetes/ingress-nginx
NGINX Ingress Controller for Kubernetes. Contribute to kubernetes/ingress-nginx development by creating an account on GitHub.
- tags: kubernetes, load-balancing
- :octocat: source code
Nginx Plus
http://www.nginx.com/blog/load-balancing-kubernetes-services-nginx-plus/
Learn how to use NGINX Plus as an advanced Layer 7 load-balancing solution for exposing Kubernetes services to the Internet.
- tags: kubernetes, load-balancing
Skipper
https://github.com/zalando/skipper
HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
- tags: kubernetes, load-balancing
- :octocat: source code
Traefik
- tags: kubernetes, load-balancing
Voyager - Secure HAProxy based Ingress Controller
https://github.com/appscode/voyager
🚀 Secure HAProxy Ingress Controller for Kubernetes - appscode/voyager
- tags: kubernetes, load-balancing
- :octocat: source code
Yggdrasil - Envoy Control Plane for Kubernetes Multi-cluster Ingress
https://github.com/uswitch/yggdrasil
Envoy Control Plane for Kubernetes Multi-cluster Ingress - uswitch/yggdrasil
- tags: kubernetes, load-balancing
- :octocat: source code
Kube-Yarn
https://github.com/Comcast/kube-yarn
Running YARN on Kubernetes with PetSet controller. - Comcast/kube-yarn
- tags: kubernetes, big-data
- :octocat: source code
Spark
https://github.com/kubernetes/examples/tree/master/staging/spark
Kubernetes application example tutorials. Contribute to kubernetes/examples development by creating an account on GitHub.
- tags: kubernetes, big-data
- :octocat: source code
FfDL
Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
- tags: kubernetes, machine-learning
- :octocat: source code
kubeflow
https://github.com/google/kubeflow
Machine Learning Toolkit for Kubernetes.
- tags: kubernetes, machine-learning
- :octocat: source code
MLT
https://github.com/IntelAI/mlt
Machine Learning Container Templates: easy to use container and kubernetes object templates.
- tags: kubernetes, machine-learning
- :octocat: source code
mxnet-operator
https://github.com/deepinsight/mxnet-operator
Tools for ML/MXNet on Kubernetes.
- tags: kubernetes, machine-learning
- :octocat: source code
Polyaxon
https://github.com/polyaxon/polyaxon
An open source platform for reproducible machine learning and deep learning on kubernetes
- tags: kubernetes, machine-learning
- :octocat: source code
seldon-core
https://github.com/SeldonIO/seldon-core
Open source framework for deploying machine learning models on Kubernetes
- tags: kubernetes, machine-learning
- :octocat: source code
TensorFlow k8s
https://github.com/tensorflow/k8s
Tools for ML/Tensorflow on Kubernetes. Contribute to kubeflow/tf-operator development by creating an account on GitHub.
- tags: kubernetes, machine-learning
- :octocat: source code
Consul
Consul is a highly available and distributed service discovery and KV store designed with support for the modern data center to make distributed systems and configuration easy.
- tags: kubernetes, service-discovery
Kelsey Hightower Consul
https://github.com/kelseyhightower/consul-on-kubernetes
Running HashiCorp's Consul on Kubernetes. Contribute to kelseyhightower/consul-on-kubernetes development by creating an account on GitHub.
- tags: kubernetes, service-discovery
- :octocat: source code
Bridge between Kubernetes and Consul
https://github.com/Beldur/kube2consul
A bridge between Kubernetes and Consul. Contribute to beldur/kube2consul development by creating an account on GitHub.
- tags: kubernetes, service-discovery
- :octocat: source code
CoreOS
Learn more about how CoreOS and Red Hat have joined forces to extend the value of containers and Kubernetes with OpenShift Container Platform.
- tags: kubernetes, operating-system
GCI
https://cloud.google.com/container-optimized-os/docs/
OS image optimized for running containers on Google Cloud Platform.
- tags: kubernetes, operating-system
k3OS
https://github.com/rancher/k3os
Purpose built OS for Kubernetes, fully managed by Kubernetes. - rancher/k3os
- tags: kubernetes, operating-system
- :octocat: source code
Kurma
https://github.com/apcera/kurma
Kurma - Containers all the way down. Contribute to apcera/kurma development by creating an account on GitHub.
- tags: kubernetes, operating-system
- :octocat: source code
LinuxKit
https://github.com/linuxkit/kubernetes
minimal and immutable Kubernetes images built with LinuxKit - linuxkit/kubernetes
- tags: kubernetes, operating-system
- :octocat: source code
Talos
https://github.com/talos-systems/talos
A modern operating system for Kubernetes. Contribute to talos-systems/talos development by creating an account on GitHub.
- tags: kubernetes, operating-system
- :octocat: source code
kompose
https://github.com/kubernetes/kompose
Go from Docker Compose to Kubernetes. Contribute to kubernetes/kompose development by creating an account on GitHub.
- tags: kubernetes, yaml, json
- :octocat: source code
ksonnet-lib
https://github.com/ksonnet/ksonnet-lib
Codegen for Kubernetes-API-compatible Jsonnet libraries - ksonnet/ksonnet-lib
- tags: kubernetes, yaml, json
- :octocat: source code
kube-libsonnet
https://github.com/bitnami-labs/kube-libsonnet/blob/master/kube.libsonnet
Generic library of Kubernetes objects for Jsonnet/Kubecfg with object to array mapping for painless overrides.
- tags: kubernetes, yaml, json
- :octocat: source code
kubegen
https://github.com/errordeveloper/kubegen
kubegen – simple way to describe Kubernetes resources in a structured way, but without new syntax or magic - errordeveloper/kubegen
- tags: kubernetes, yaml, json
- :octocat: source code
kubeval
https://github.com/garethr/kubeval
Validate your Kubernetes configuration files, supports multiple Kubernetes versions - instrumenta/kubeval
- tags: kubernetes, yaml, json
- :octocat: source code
kube-score
https://github.com/zegl/kube-score
Kubernetes object analysis with recommendations for improved reliability and security
- tags: kubernetes, static-analysis
- :octocat: source code
popeye
https://github.com/derailed/popeye
Kubernetes cluster resource sanitzer
- tags: kubernetes, static-analysis
- :octocat: source code
Ktune
https://github.com/skippbox/ktune
Kubernetes applications tuning . Contribute to skippbox/ktune development by creating an account on GitHub.
- tags: kubernetes, tuning
- :octocat: source code
Velero
https://github.com/heptio/velero
Utility for managing backup and restore of Kubernetes clusters. Formerly Heptio Ark.
- tags: kubernetes, backup, disaster-recovery
- :octocat: source code
K8up
Kubernetes and OpenShift Backup Operator based on restic
- tags: kubernetes, backup, disaster-recovery
- :octocat: source code
burry.sh
https://github.com/mhausenblas/burry.sh
Cloud Native backup and recovery for etcd, zookeeper and consul
- tags: kubernetes, backup, disaster-recovery
- :octocat: source code
kube-backup
https://github.com/pieterlange/kube-backup
Sync kubernetes state to git.
- tags: kubernetes, backup, disaster-recovery
- :octocat: source code
Krew - Plugin Manager
https://github.com/kubernetes-sigs/krew/
📦 Package manager for kubectl plugins. Contribute to kubernetes-sigs/krew development by creating an account on GitHub.
- tags: kubernetes, plugins
- :octocat: source code
Setup Kubernetes on a Raspberry Pi Cluster easily the official way!
https://blog.hypriot.com/post/setup-kubernetes-raspberry-pi-cluster/
- tags: kubernetes, raspberry-pi
How to Build a Kubernetes Cluster with ARM Raspberry Pi then run .NET Core on OpenFaas
https://www.hanselman.com/blog/HowToBuildAKubernetesClusterWithARMRaspberryPiThenRunNETCoreOnOpenFaa...
Scott Hanselman on Programming, The Web, Open Source, .NET, The Cloud and More
- tags: kubernetes, raspberry-pi
Cloud Native DevOps with Kubernetes
http://shop.oreilly.com/product/0636920175131.do
Kubernetes is the operating system of the cloud native world, providing a reliable and scalable platform for running containerized workloads. In this friendly, pragmatic book, cloud experts John Arun....
- tags: kubernetes, books
DevOps with Kubernetes
https://www.packtpub.com/virtualization-and-cloud/devops-kubernetes
Learn to implement DevOps using Docker & Kubernetes.
- tags: kubernetes, books
Docker and Kubernetes Under the Hood
http://item.jd.com/11757034.html
京东JD.COM-专业的综合网上购物商城,为您提供正品低价的购物选择、优质便捷的服务体验。商品来自全球数十万品牌商家,囊括家电、手机、电脑、服装、居家、母婴、美妆、个护、食品、生鲜等丰富品类,满足各种购物需求。
- tags: kubernetes, books
Docker in Action, Second Edition
https://www.manning.com/books/docker-in-action-second-edition
- tags: kubernetes, books
Docker in Practice, Second Edition
https://www.manning.com/books/docker-in-practice-second-edition
- tags: kubernetes, books
Getting Started with Kubernetes
http://shop.oreilly.com/product/9781784394035.do
Orchestrate and manage large-scale Docker deployments with Kubernetes to unlock greater control over your infrastructure and extend your containerization strategy About This Book Learn the fundamental...
- tags: kubernetes, books
Golden Guide to Kubernetes Application Development
https://matthewpalmer.net/kubernetes-app-developer
Get the exam prep course for Certified Kubernetes Application Developer (CKAD) certification used by software engineers from Microsoft, CISCO, and Servian.
- tags: kubernetes, books
Kubernetes Book
https://github.com/Leverege/kubernetes-book
Mastering Kubernetes with Real Life Lessons from Deploying Production Systems - Leverege/kubernetes-book
- tags: kubernetes, books
- :octocat: source code
Kubernetes Cookbook - Second Edition
https://www.packtpub.com/virtualization-and-cloud/kubernetes-cookbook-second-edition
Second Edition](https://www.packtpub.com/virtualization-and-cloud/kubernetes-cookbook-second-edition) by Hideto Saito, Hui-Chuan Chloe Lee, Ke-Jou Carol Hsu
- tags: kubernetes, books
Kubernetes Design Patterns and Extensions
https://www.amazon.com/dp/B07HSZHRHZ
- tags: kubernetes, books
Kubernetes Handbook
https://github.com/feiskyer/kubernetes-handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz - feiskyer/kubernetes-handbook
- tags: kubernetes, books
- :octocat: source code
Kubernetes Handbook
https://github.com/rootsongjc/kubernetes-handbook
Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook - rootsongjc/kubernetes-handbook
- tags: kubernetes, books
- :octocat: source code
Kubernetes in Action
http://www.manning.com/books/kubernetes-in-action
- tags: kubernetes, books
Kubernetes: Scheduling the Future at Cloud Scale
http://www.oreilly.com/webops-perf/free/kubernetes.csp
As remarkable as Docker containers are, they still need to be heavily scheduled and orchestrated to run efficiently, and seamlessly replaced and re-balanced when they fail. It’s a big ... - Selection...
- tags: kubernetes, books
Kubernetes: Up and Running
http://shop.oreilly.com/product/0636920043874.do
Legend has it that Google deploys over two billion application containers a week. How’s that possible? Google revealed the secret through a project called Kubernetes, an open source cluster orchestra....
- tags: kubernetes, books
Mastering Kubernetes
https://www.amazon.com/Mastering-Kubernetes-Gigi-Sayfan/dp/1786461005
- tags: kubernetes, books
OpenShift in Action
http://www.manning.com/books/openshift-in-action
- tags: kubernetes, books
Playing with Java Microservices on Kubernetes and OpenShift
https://leanpub.com/playing-with-java-microservices-on-k8s-and-ocp
- tags: kubernetes, books
The DevOps 2.3 Toolkit: Kubernetes
https://leanpub.com/the-devops-2-3-toolkit
- tags: kubernetes, books
A brief study on Kubernetes and its components
http://www.slideshare.net/ramitsurana/a-brief-study-on-kubernetes-and-its-components
Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads t…
- tags: kubernetes
Achieving CI/CD with Kubernetes
http://www.slideshare.net/ramitsurana/achieving-cicd-with-kubernetes
How to use Jenkins and Fabric8 to achieve CI/CD with Kubernetes
- tags: kubernetes
An Introduction to Kubernetes
http://www.slideshare.net/imesh/an-introduction-to-kubernetes
Traditional virtualization technologies have been used by cloud infrastructure providers for many years in providing isolated environments for hosting applicat…
- tags: kubernetes
Architecture Overview
http://www.slideshare.net/enakai/architecture-overview-kubernetes-with-red-hat-enterprise-linux-71
2015/03/12 ver1.0 published. 2015/03/26 ver1.1 fixed: flannel's tunnel type to VXLAN. 2015/04/03 ver1.2 fixed: Flannel's mechanism for VXLAN processing.
- tags: kubernetes
Cluster management with Kubernetes
http://www.slideshare.net/SatnamSingh67/2015-0605-cluster-management-with-kubernetes
On Friday 5 June 2015 I gave a talk called Cluster Management with Kubernetes to a general audience at the University of Edinburgh. The talk includes an exampl…
- tags: kubernetes
Kubernetes and CoreOS @ Athens Docker meetup
http://www.slideshare.net/mistio/kubernetes-and-coreos-athens-docker-meetup
Using Kubernetes and CoreOS to increase scalability and availability. Presentation at the Athens Docker meetup http://www.meetup.com/Docker-Athens/events/22627…
- tags: kubernetes
Kubernetes Scaling SIG - K8Scale
http://www.slideshare.net/kubecon/kubernetes-scaling-sig-k8scale
K8Scale](http://www.slideshare.net/kubecon/kubernetes-scaling-sig-k8scale) by Bob Wise
- tags: kubernetes
Moving to Kubernetes - Tales from SoundCloud
http://www.slideshare.net/dagrobie/moving-to-kubernetes-tales-from-soundcloud
Tales from SoundCloud](http://www.slideshare.net/dagrobie/moving-to-kubernetes-tales-from-soundcloud) by Tobias Schmidt
- tags: kubernetes
Musings on Mesos: Docker, Kubernetes, and Beyond.
http://www.slideshare.net/timothysc/apache-coneu
2014 ApacheCon EU talk on Mesos and it's integration with Docker as well the ecosystem, and outline the future of Kubernetes integration
- tags: kubernetes
Package your Java EE Application using Docker and Kubernetes
http://www.slideshare.net/arungupta1/package-your-java-ee-application-using-docker-and-kubernetes
Package your Java EE Application using Docker and Kubernetes
- tags: kubernetes
Scaling Jenkins with Docker and Kubernetes
http://www.slideshare.net/carlossg/scaling-jenkins-with-docker-and-kubernetes
Docker is revolutionizing the way people think about applications and deployments. It provides a simple way to run and distribute Linux containers for a variet…
- tags: kubernetes
The Top 5 Metrics to Monitor in Kubernetes
http://www.slideshare.net/Sysdig/the-top-5-kubernetes-metrics-to-monitor
How to Monitor Kubernetes, the 5 layers that really matter
- tags: kubernetes
Zero downtime-java-deployments-with-docker-and-kubernetes
http://www.slideshare.net/ArjanSchaaf/zero-downtimejavadeploymentswithdockerandkubernetes
JavaOne 2015 presentation by Paul Bakker & Arjan Schaaf on deploying java applications without downtime using Docker and Kubernetes
- tags: kubernetes
A Technical Overview of Kubernetes
https://www.youtube.com/watch?v=WwBdNXt6wO4
Brendan Burns, Software engineer and a founder of Kubernetes at Google gives a technical overview of Kubernetes.
- tags: kubernetes, videos
Alpaca Kubernetes on AWS
https://www.youtube.com/watch?v=jLk1pkc7kv4
Demo of the cluster deployment
- tags: kubernetes, videos
Arun Gupta: Package your Java applications using Docker and Kubernetes
https://www.youtube.com/watch?v=R2nj1vRjLwE
Arun Gupta: Package your Java applications using Docker and Kubernetes Docker simplifies software delivery by making it easy to build and share images that c...
- tags: kubernetes, videos
Container Orchestration using CoreOS and Kubernetes
https://www.youtube.com/watch?v=tA8XNVPZM2w
CoreOS Workshop Pt. 1 This hands-on workshop led by CoreOS's Kelsey Hightower will teach modern practices for container orchestration, and show examples of h...
- tags: kubernetes, videos
DevNation 2015 - Paul Bakker - Kubernetes: Beyond the basics
Paul Bakker - Kubernetes: Beyond the basics](https://youtu.be/MuazGHiiGmA) by Paul Bakker
- tags: kubernetes, videos
Docker Containers and Kubernetes with Brian Dorsey
https://www.youtube.com/watch?v=Fcb4aoSAZ98
- tags: kubernetes, videos
Google I/O 2014 - Containerizing the Cloud with Docker on Google Cloud Platform
https://www.youtube.com/watch?v=tsk0pWf4ipw
Containerizing the Cloud with Docker on Google Cloud Platform](https://www.youtube.com/watch?v=tsk0pWf4ipw) by Google Developers
- tags: kubernetes, videos
Kubernetes-Defined Monitoring
https://www.youtube.com/watch?v=ncSn3_9bfIQ
Kubernetes-Defined Monitoring [I] - Gianluca Borello, Sysdig Over the past few years we’ve all learned how Kubernetes can dramatically change the process of ...
- tags: kubernetes, videos
Kubernetes: The Journey So Far - Greg DeMichillie
Greg DeMichillie](https://youtu.be/6a2Nirr8cI0) by Greg DeMichillie
- tags: kubernetes, videos
Managing Containers at Scale with CoreOS and Kubernetes
https://www.youtube.com/watch?v=pozC9rBvAIs
The last decade belonged to virtual machines and the next one belongs to containers. Virtualization lead to an explosion in the number of machines in our inf...
- tags: kubernetes, videos
Shanghai '18: KubeCon + CloudNativeCon
https://www.youtube.com/playlist?list=PLj6h78yzYM2OK087kzLgc4jTPVbZjuNfs
- tags: kubernetes, videos
Testing Distributed Software on Kubernetes with PowerfulSeal at Kubecon 2017 Austin
Testing Distributed Software on Kubernetes with PowerfulSeal [I] - Mikolaj Pawlikowski, Bloomberg When it's about distributed systems, testing is hard. But i...
- tags: kubernetes, videos
Automating CI/CD on Kubernetes with Jenkins X
https://www.youtube.com/watch?v=BF3MhFjvBTU
The last 5 years has seen a huge change in how we build, package, run and manage software with the rise of Kubernetes, Cloud Native, Microservices and Contin...
Apcera
Die neuesten Tweets von Apcera (@Apcera). Apcera is now a fully owned entity of Ericsson please follow us over @EricssonDigital for the latest news. San Francisco, CA
- tags: kubernetes, twitter-accounts
CoreOS
https://twitter.com/coreoslinux
Die neuesten Tweets von CoreOS (@coreoslinux). Please follow us at our @CoreOS account. San Francisco, CA
- tags: kubernetes, twitter-accounts
DevOps Summit
https://twitter.com/DevOpsSummit
Die neuesten Tweets von DevOpsSUMMIT (@DevOpsSummit). DevOpsSUMMIT is the World’s Most Influential DevOps Brand & Conference! [June 24-26, 2019 Santa Clara, CA] Tickets Here ▸ https://t.co/HwY5ob3JqH....
- tags: kubernetes, twitter-accounts
Engine Yard
https://twitter.com/engineyard
Die neuesten Tweets von Engine Yard (@engineyard). Engine Yard is the 10-year leader in World-Class Support and Optimized Platform for Ruby on Rails apps. San Francisco, CA
- tags: kubernetes, twitter-accounts
Google Cloud Platform
https://twitter.com/googlecloud
Die neuesten Tweets von Google Cloud (@googlecloud). Computing power delivered everywhere, for customers & @gcloudpartners alike. Here's how to transform your biz with @GCPcloud, @gsuite, Chrome & An...
- tags: kubernetes, twitter-accounts
Kismatic
Die neuesten Tweets von Kismatic (@kismatic). @kubernetesio consulting. San Francisco, CA
- tags: kubernetes, twitter-accounts
Kube Con
Die neuesten Tweets von KubeCon (@kubeconio). This account is no longer active – please follow @KubeCon_
- tags: kubernetes, twitter-accounts
KubeFacts
Die neuesten Tweets von KubeFacts (@kubefacts). Facts about @Kubernetesio
- tags: kubernetes, twitter-accounts
KubeWeekly
https://twitter.com/kubeweekly
Die neuesten Tweets von KubeWeekly (@kubeweekly). Curated weekly digest of all things @KubernetesIO!
- tags: kubernetes, twitter-accounts
Learnk8s
Die neuesten Tweets von learnk8s (@learnk8s). Open cloud training for top enterprises and SMEs using containers, Kubernetes and cloud native technologies. London, Milan, Singapore
- tags: kubernetes, twitter-accounts
Skippbox
Acquired by Bitnami
- tags: kubernetes, twitter-accounts
Sysdig
Die neuesten Tweets von Sysdig (@sysdig). The cloud-native visibility and security company. San Francisco, CA
- tags: kubernetes, twitter-accounts
Ahmet Alp Balkan
Die neuesten Tweets von ahmet alp balkan (@ahmetb). Engineer & Developer Advocate at @GoogleCloud working on Kubernetes and Cloud Run. https://t.co/B3sGA9s5ft • Known for https://t.co/vnlDkB2ynp, http...
- tags: kubernetes, community
Aparna Sinha
https://twitter.com/apbhatnagar
Kubernetes at Google
- tags: kubernetes, community
Brandon Philips
https://twitter.com/BrandonPhilips
Die neuesten Tweets von Brandon Philips (@BrandonPhilips). CTO @CoreOS. Interests in distributed systems, open source, kubernetes, containers. https://t.co/h4IxIZ3z4S. San Francisco, CA
- tags: kubernetes, community
Brendan Burns
https://twitter.com/brendandburns
Die neuesten Tweets von brendandburns (@brendandburns). Kubernetes co-founder. Distinguished Engineer @ Microsoft Azure. My teams do APIs, Containers, Linux, OSS, Microservices and DevOps. Opinions a...
- tags: kubernetes, community
Brian Grant
Kubernetes SIG Architecture co-chair and Steering Committee, GKE co-TL, CNCF TOC.
briangrant on kubernetes.slack.com. Github notifications > /dev/null - bgrant0607
- tags: kubernetes, community
- :octocat: source code
Carlos Sanchez
https://www.twitter.com/csanchez
Die neuesten Tweets von Carlos Sanchez @ KubeCon 🇨🇳 (@csanchez). Apache member and OSS contributor, worker bee @CloudBees. Author of Jenkins Kubernetes plugin. Speaking on DevOps, CD, k8s and automa...
- tags: kubernetes, community
Chris Aniszczyk
Die neuesten Tweets von Chris Aniszczyk (@cra). Building a Better World Through Open Collaboration / @CloudNativeFdn @OCI_ORG / Avid Runner / Bourbon / Always Paying it Forward. Austin
- tags: kubernetes, community
Eric Tune
Die neuesten Tweets von Eric Tune (@eric_tune): "How do the gophers not spike that ball on 1st down"
- tags: kubernetes, community
Ihor Dvoretskyi
https://twitter.com/idvoretskyi
Die neuesten Tweets von ihor dvoretskyi @ ContainerDays EU 🇩🇪/🇪🇺 (@idvoretskyi). Developer Advocate at @CloudNativeFdn \ Google Developer Expert \ Kubernetes Guy \ Thoughts are mine \ 🇺🇦. Univer...
- tags: kubernetes, community
Jessie Frazzelle
A superhero with supervillain tendencies. jessfraz has 117 repositories available. Follow their code on GitHub.
- tags: kubernetes, community
- :octocat: source code
Joe Beda
Die neuesten Tweets von Joe Beda (@jbeda). Principal Engineer at @VMware. Was founder and CTO @heptio. Started GCE, Kubernetes, GKE, @SPIFFEio. Xoogler. He/Him. Seattle, WA
- tags: kubernetes, community
Joseph Jacks
Die neuesten Tweets von Joseph Jacks (@asynchio). Founder of @OSSCapital, @OpenCoreSummit, @AljabrIO, @KubeWeekly, @KubeCon_, Kismatic. Formerly @Mesosphere, @Enstratius, @TIBCO, @Talend. COSS is the ...
- tags: kubernetes, community
Kelsey Hightower
https://twitter.com/kelseyhightower
Die neuesten Tweets von Kelsey Hightower (@kelseyhightower). Minimalist. Portland, OR
- tags: kubernetes, community
Kris Nova
Business! . kris-nova has 262 repositories available. Follow their code on GitHub.
- tags: kubernetes, community
- :octocat: source code
Michelle Noorali
https://www.twitter.com/michellenoorali
Die neuesten Tweets von Michelle Noorali (@michellenoorali). Software Engineer @Microsoft \ @helmpack @draftcreate @cnab_spec \ Kubernetes Steering & CNCF TOC \ Making distributed systems digestibl...
- tags: kubernetes, community
Paris Pittman
https://www.twitter.com/ParisInBmore
Kubernetes at Google
- tags: kubernetes, community
Patrick Reilly
Die neuesten Tweets von Patrick O’Reilly (@preillyme). @yllierop
- tags: kubernetes, community
Tim Hockin
Die neuesten Tweets von Tim Hockin (@thockin). Principal SW Engineer, Kubernetes, GKE, & Google Cloud
- tags: kubernetes, community
Amsterdam
https://www.meetup.com/Amsterdam-Kubernetes-Meetup/
Meet other developers and users of Kubernetes. Kubernetes is Cloud Native Computing Foundation's orchestrator for containers at scale. It handles scheduling onto nodes in a compute cluster and activel
- tags: kubernetes, meetup-groups
Amsterdam #2
https://www.meetup.com/Kubernetes-Addicts-Support-Group
This is a support group for non-recovering Kubernetes addicts to share your daily pains and happy moments with your favourite container orchestration engine. This shall be done in the form of discussi
- tags: kubernetes, meetup-groups
Atlanta
https://www.meetup.com/Kubernetes-Atlanta-Meetup/
Meet other developers and users of Kubernetes. Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workl
- tags: kubernetes, meetup-groups
Bangalore
https://www.meetup.com/Bangalore-Kubernetes-Meetup
We are the first and largest Kubernetes meetup group in Bangalore. We have been working on Kubernetes for some time-hacking it, making it optimal for virtual infrastructure, etc. It will be great for
- tags: kubernetes, meetup-groups
Berlin
https://twitter.com/kubernetesber
Die neuesten Tweets von Kubernetes Berlin (@kubernetesBER). The Berlin Kubernetes Meetup Group. BerlinK8s. Berlin, Germany
- tags: kubernetes, meetup-groups
Boston
https://www.meetup.com/Boston-Kubernetes-Meetup
A group for people interested in talking about and hacking on Kubernetes, Google’s solution for scheduling and orchestrating containers at scale. We’re excited about microservices, containers, the dis
- tags: kubernetes, meetup-groups
Hamburg
https://www.meetup.com/Hamburg-Kubernetes-Meetup/
Meet other developers and users of Kubernetes. Kubernetes is Google’s solution for scheduling and orchestrating containers at scale. It handles scheduling onto nodes in a compute cluster and actively
- tags: kubernetes, meetup-groups
Hong Kong
https://www.meetup.com/Kubernetes-Hong-Kong/
It's all about Kubernetes. For those interested in talking about Kubernetes, playing with Kubernetes, getting hands-on with Kubernetes, and learning about Kubernetes.We love the whole ecosystem surrou
- tags: kubernetes, meetup-groups
London
https://www.meetup.com/Kubernetes-London/
Meet other engineers interested in Kubernetes. (http://kubernetes.io/)Kubernetes is an open source system for managing containerized applications across multiple hosts.Come and chat about all things c
- tags: kubernetes, meetup-groups
Munich
https://www.meetup.com/Munchen-Kubernetes-Meetup/
Meet other developers and users of Kubernetes. Kubernetes is Google’s solution for scheduling and orchestrating containers at scale. It handles scheduling onto nodes in a compute cluster and actively
- tags: kubernetes, meetup-groups
New York
https://twitter.com/kubernetesnyc
Die neuesten Tweets von Kubernetes NYC (@kubernetesNYC). The home of the original New York City Kubernetes Meetup Group. NYCK8s. New York, NY
- tags: kubernetes, meetup-groups
Paris
https://twitter.com/kubernetesparis
Die neuesten Tweets von Kubernetes Paris (@KubernetesParis). La communauté Kubernetes sur Paris. Parisian community of Kubernetes enthusiasts. official hashtag is k8sParis. Paris, Ile-de-France
- tags: kubernetes, meetup-groups
Pittsburgh
https://www.meetup.com/Pittsburgh-Kubernetes-Meetup
This meetup is for people who are using or are interested in using the open source Kubernetes project to deploy containers either on premise or in the cloud. Come talk to like minded individuals and d
- tags: kubernetes, meetup-groups
Pune
https://www.meetup.com/Kubernetes-Pune/
Kubernetes Pune is a group for all Kubernauts who want to learn and share experiences about Kubernetes. This meetup group is for all skill levels right from beginners to experienced professionals. We
- tags: kubernetes, meetup-groups
San Diego
https://twitter.com/kubernetesSD
Die neuesten Tweets von Kubernetes San Diego (@KubernetesSD). Come hang out with us and learn about Kuberentes!. San Diego, CA
- tags: kubernetes, meetup-groups
San Francisco
https://twitter.com/kubernetesSF
Die neuesten Tweets von Kubernetes SF (@kubernetesSF). The San Francisco Kubernetes Meetup Group. SFK8S. San Francisco, CA
- tags: kubernetes, meetup-groups
Seattle
https://www.meetup.com/Seattle-Kubernetes-Meetup/
A group for people interested in talking about and hacking on Kubernetes, Google’s solution for scheduling and orchestrating containers at scale. We’re excited about microservices, containers, the dis
- tags: kubernetes, meetup-groups
Tunisia
https://www.meetup.com/Kubernetes-Cloud-Native-Tunisia/
Kubernetes and Cloud Native Tunisia is the official Cloud Native Computing Foundation (CNCF) Meetup group dedicated to building a strong community around Kubernetes in Tunisia. We host talks from anyo
- tags: kubernetes, meetup-groups
Worldwide
https://www.meetup.com/kubernauts/
This is the initial branch of the Kubernauts meetup groups worldwide. We're going to provide Online and Offline Meetups. If you're going to host the Kubernauts meetup in your Country / City, please ge
- tags: kubernetes, meetup-groups
Blog
- tags: kubernetes, community
Community Q&A – The Office Hours
https://github.com/kubernetes/community/blob/master/events/office-hours.md
Kubernetes community content. Contribute to kubernetes/community development by creating an account on GitHub.
- tags: kubernetes, community
- :octocat: source code
Community
https://github.com/kubernetes/community
Kubernetes community content. Contribute to kubernetes/community development by creating an account on GitHub.
- tags: kubernetes, community
- :octocat: source code
Freenode
http://webchat.freenode.net/?channels=google-containers
- tags: kubernetes, community
Google +
https://plus.google.com/u/0/b/116512812300813784482/116512812300813784482
- tags: kubernetes, community
Mailing List - developer/contributor discussion
https://groups.google.com/forum/#!forum/kubernetes-dev
developer/contributor discussion](https://groups.google.com/forum/!forum/kubernetes-dev)
- tags: kubernetes, community
Mailing List - user discussion and Q&A
https://groups.google.com/forum/#!forum/kubernetes-users
user discussion and Q&A](https://groups.google.com/forum/!forum/kubernetes-users)
- tags: kubernetes, community
https://www.reddit.com/r/kubernetes/
r/kubernetes: Kubernetes discussion, news, support, and link sharing.
- tags: kubernetes, community
Slack
- tags: kubernetes, community
Kubernetes on Stackoverflow
http://stackoverflow.com/questions/tagged/kubernetes
- tags: kubernetes, community
https://twitter.com/kubernetesio
Die neuesten Tweets von Kubernetes (@kubernetesio). Kubernetes: open source production-grade container orchestration management. CNCF K8s. Anywhere
- tags: kubernetes, community
Container Camp
Container Camp is the leading international conference on container technology
- tags: kubernetes, conferences
ContainerDays
All sails set for ContainerDays 2019! From June 24–26, the European container community will gather again in Hamburg for three days full of container craziness.
- tags: kubernetes, conferences
Devoxx
- tags: kubernetes, conferences
Docker Con
- tags: kubernetes, conferences
GCP Next
http://cloudnext.withgoogle.com/
Join thousands of IT professionals, developers, and executives at Google Cloud Next ’19 for three days of networking, skill-building, and problem solving.
- tags: kubernetes, conferences
Using Kustomize for per-environment deployment of cert-manager resources
https://blog.jetstack.io/blog/kustomize-cert-manager/
Using Kubectl's new Kustomize support for per-environment deployment of cert-manager resources.
- :calendar: published on: 2019-04-01
- tags: kubernetes, kustomize, cert-manager
- :octocat: source code
Kustomize Home Page
Kustomize traverses a Kubernetes manifest to add, remove or update configuration options without forking. It is available both as a standalone binary and as a native feature of kubectl.
Docs:
- [gi...
- tags: kubernetes, kustomize, kubectl
- :octocat: source code
Deploy Your App with Template Free YAML - Ryan Cox, Lyft - YouTube
https://www.youtube.com/watch?v=ahMIBxufNR0
This talk will introduce Kustomize, a declarative application management system, that allows deployments to be described as template free YAML. It's approach will be contrasted with DSLs and template ...
- :calendar: published on: 2018-12-15
- tags: kubernetes, kustomize, kubernetes-helm
- :octocat: source code
Declarative application management in Kubernetes
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/decla...
This document proposes a unified method of managing both bespoke and off-the-shelf applications declaratively using the same tools and application operator workflow, while leveraging developer-friendl...
- :calendar: published on: 2017-02-08
- tags: kubernetes, application-management
GoogleContainerTools Kaniko Home Page
https://github.com/GoogleContainerTools/kaniko
Build Container Images In Kubernetes. Contribute to GoogleContainerTools/kaniko development by creating an account on GitHub.
- tags: kubernetes, devops, devops-tools, docker, dockerfile
- :octocat: source code
Kubernetes Ingress Explained For Beginners - YouTube
https://www.youtube.com/watch?v=VicH6KojwCI
Nice and explanation of kubernetes ingress with different sample scenarios.
- :calendar: published on: 2019-01-17
- tags: kubernetes
kubetail - Bash script to tail Kubernetes logs from multiple pods at the same time
https://github.com/johanhaleby/kubetail
Bash script to tail Kubernetes logs from multiple pods at the same time - johanhaleby/kubetail
- tags: kubernetes, kubectl, devops, devops-tools
- :octocat: source code
kubectx - Switch faster between clusters and namespaces in kubectl
Switch faster between clusters and namespaces in kubectl - ahmetb/kubectx
- tags: kubernetes, tools, devops-tools, devops
- :octocat: source code
Organizing Kubernetes with Namespaces (Kubernetes Best Practices) - YouTube
https://www.youtube.com/watch?v=xpnZX3if9Tc
In this episode of Kubernetes Best Practices, Sandeep Dinesh shows how to work with Namespaces and how they can help you manage your Kubernetes resources.
- See the associated article here → [https:/...
- :calendar: published on: 2018-04-27
- tags: kubernetes, namespaces
Welcome to Knative home page
Knative (pronounced kay-nay-tiv) extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere...
- tags: docs, kubernetes, knative
- :octocat: source code
Replicated Ship - Manage 3rd-party Kubernetes apps home page
https://www.replicated.com/ship
Replicated Ship Open Source is a free tool for customizing 3rd-party Kubernetes components for production grade deployments without forking.
- tags: kubernetes, kubernetes-ship, devops-tools
- :octocat: source code
Stop Forking Helm Charts, an Intro to Replicated Ship - K8s, Kustomize & Ship SF Meetup - YouTube
https://www.youtube.com/watch?v=pRG47EQ5OAg
This presentation by Marc Campbell, CTO and Founder of Replicated, is from the Kubernetes, Kustomize & Ship Meetup in SF - ship video reference
- :calendar: published on: 2018-11-15
- tags: kubernetes, kustomize, kubernetes-helm, kubernetes-ship, devops, devops-tools
- :octocat: source code
GitHub - jetstack/cert-manager home page
https://github.com/jetstack/cert-manager
Automatically provision and manage TLS certificates in Kubernetes - jetstack/cert-manager
- tags: kubernetes, tls, certificate
- :octocat: source code
GitOps
https://www.weave.works/technologies/gitops/
Learn what is GitOps and how you can implement GitOps workflows to reliably run Kubernetes in production and at scale. Also find out why GitOps is the more secure way to deploy apps to Kubernetes.
- tags: gitops, devops, kubernetes, git
GOTO 2018 • Kubernetes-ize your Java Application • Arun Gupta - YouTube
https://www.youtube.com/watch?v=QgMwcpAT49M
Deploying your Java application in a Kubernetes cluster could feel like Alice in Wonderland. You keep going down the rabbit hole and don’t know how to make that ride comfortable. This no-slide and cod...
- :calendar: published on: 2019-01-25
- tags: java, kubernetes, istio, docker
Kubernetes best practices: Setting up health checks with readiness and liveness probes
https://cloud.google.com/blog/products/gcp/kubernetes-best-practices-setting-up-health-checks-with-r...
In this episode of “Kubernetes Best Practices”, let’s learn about the subtleties of [readiness and liveness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readines...
- :calendar: published on: 2018-05-04
- tags: kubernetes, monitoring, healthcheck, distributed-computing, cloud
Kubernetes Volumes 1: emptydir, NFS, YAML, volumes, and intro to Persistent Volume Claims - YouTube
https://www.youtube.com/watch?v=VB7vI9OT-WQ
- Kubernetes Volumes 1: emptydir, NFS, YAML, volumes, and intro to Persistent Volume Claims - We look at volume types: emptydir, NFS, YAML, volumes, moun...
- :calendar: published on: 2017-10-18
- tags: kubernetes
GitHub - kubernetes/dashboard home page
https://github.com/kubernetes/dashboard
General-purpose web UI for Kubernetes clusters. Contribute to kubernetes/dashboard development by creating an account on GitHub.
- tags: kubernetes, dashboard
- :octocat: source code
Helm Chart Templates
https://helm.sh/docs/chart_template_guide/
This guide provides an introduction to Helm’s chart templates, with emphasis on the template language.
- tags: kubernetes, kubernetes-helm, helm, go
How to Create Your First Helm
https://docs.bitnami.com/kubernetes/how-to/create-your-first-helm-chart/
This guide walks you through the process of creating your first ever chart, explaining what goes inside these packages and the tools you use to develop them. By the end of it you should have an unders...
- tags: kubernetes, kubernetes-helm, helm
kubernetes configmaps for beginners - YouTube
https://www.youtube.com/watch?v=SJU8l3UmKZU
This is a tutorial on how to create Kubernetes ConfigMaps but first, let’s understand what ConfigMaps are. Configmap
Blog post - [How to Create Kubernetes ConfigMaps](https://www.cloudtechnologyexper...
- :calendar: published on: 2018-06-28
- tags: kubernetes
Building Helm Charts From the Ground Up - An Introduction to Kubernetes [I] - Amy Chen, Heptio - YouTube
https://www.youtube.com/watch?v=vQX5nokoqrQ
Learn the basics of Kubernetes from the perspective of creating a Helm Chart from scratch! Really nice explanation for beginners.
- :calendar: published on: 2017-12-15
- tags: kubernetes, kubernetes-helm, helm
keycloak helm charts from codecentric
https://github.com/codecentric/helm-charts/tree/master/charts/keycloak
This chart bootstraps a Keycloak StatefulSet on a Kubernetes cluster using the Helm package manager. It provisions a fully featured Keycloak installation.
- tags: keycloak, kubernetes, kubernetes-helm
- :octocat: source code
Keycloak - Blog - Keycloak Cluster Setup
https://www.keycloak.org/2019/05/keycloak-cluster-setup.html
This post shares some solutions to setup Keycloak cluster in various scenarios (e.g. cross-DC, docker cross-host, Kubernetes).
- :calendar: published on: 2019-05-10
- tags: keycloak, cluster-computing, kubernetes, docker
- :octocat: source code
kube-shell
https://github.com/cloudnativelabs/kube-shell
An integrated shell for working with the Kubernetes CLI.
- tags: python, command-line-tools, cli-enhancements, kubernetes
- :octocat: source code
An Introduction to Kubernetes
https://www.digitalocean.com/community/tutorials/an-introduction-to-kubernetes
In this guide, we'll discuss some of Kubernetes' basic concepts. We will talk about the architecture of the system, the problems it solves, and the model that it uses to handle containerized deploymen...
- :calendar: published on: 2018-04-02
- tags: kubernetes
How To Inspect Kubernetes Networking
https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking
Kubernetes is a container orchestration system that can manage containerized applications across a cluster of server nodes. Maintaining network connectivity between all the containers in a cluster req...
- :calendar: published on: 2018-08-23
- tags: kubernetes, networking
kubectl Cheat Sheet - Kubernetes
https://kubernetes.io/docs/reference/kubectl/cheatsheet/
This page is an overview of the kubectl command.
- tags: kubernetes, kubectl, cheatsheet
awesome-kubernetes
https://github.com/ramitsurana/awesome-kubernetes#readme
A curated list for awesome kubernetes sources :ship::tada: - ramitsurana/awesome-kubernetes
- tags: awesome-list, backend, kubernetes
- :octocat: source code
Keycloak on Kubernetes - YouTube
https://www.youtube.com/watch?v=A_BYZ7hHWXE
This video is showing how to deploy Keycloak on Kubernetes as well as deploying and securing a HTML5 frontend application and a Node.js backend service and securing these with Keycloak. Video realised...
- :calendar: published on: 2018-06-27
- tags: keycloak, kubernetes, php, minikube, node.js
- :octocat: source code
Continuous Development with Java and Kubernetes - DEV Community 👩💻👨💻
https://dev.to/pozo/continuous-development-with-java-and-kubernetes-3d08
Continuous Development with Java and Kubernetes with the help of Jib and Skaffold
- :calendar: published on: 2011-03-01
- tags: java, kubernetes, spring-boot, helm, skaffold, debugging, jib
- :octocat: source code
Google Open Source Container Tools: Life of a happy developer in a container world by David Gageot - YouTube
https://www.youtube.com/watch?v=4uU44VviyjM
Great demo explaining the utilities of the various tools listed as tags here.
- :calendar: published on: 2018-11-14
- tags: kubernetes, skaffold, maven-plugin, jib, bazel, dockerfile, docker, kaniko
Top 5 Exclusive Features of Docker For Mac That You Can’t Afford to Ignore – Collabnix
http://collabnix.com/top-5-exclusive-features-of-docker-for-mac-that-you-cant-afford-to-miss/
Under this blog post, I will talk about top 5 exclusive and very useful features of Docker of Mac that you can’t afford to miss out.
- Docker for Mac support Docker Swarm, Swarm Mode & Kubernetes 2....
- :calendar: published on: 2015-05-01
- tags: docker, docker-compose, kubernetes
Simplifying Kubernetes with Docker Compose and Friends - Docker Blog
https://blog.docker.com/2018/12/simplifying-kubernetes-with-docker-compose-and-friends/
Simplifying Kubernetes with Docker Compose and Friends - Docker Blog
Today we’re happy to announce we’re open sourcing our support for using [Docker Compose on Kubernetes](https://github.com/docker/c...
- :calendar: published on: 2018-04-12
- tags: docker, docker-compose, kubernetes
- :octocat: source code
Draft vs Gitkube vs Helm vs Ksonnet vs Metaparticle vs Skaffold
https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948/...
TL;DR Draft
- deploy code to k8s cluster (automates build-push-deploy)
- deploy code in draft-pack supported languages without writing dockerfile or k8s manifests
- needs draft cli, helm cli, t...
- tags: kubernetes, kubernetes-helm, skaffold
Draft home page
Draft is a tool for developers to create cloud-native applications on Kubernetes.
- tags: kubernetes, kubernetes-helm, draft
- :octocat: source code
Skaffold Home Page
Easy and Repeatable Kubernetes Development
- [integration annotated-example](https://github.com/GoogleContainerTools/skaffold/blob/b9c979d7b59a15bba9e4a9c7977ece407b21d0c4/integration/examples/annota...
- tags: skaffold, kubernetes, api
- :octocat: source code
Using Kubernetes for Local Development
https://nemethgergely.com/using-kubernetes-for-local-development/
This article walks you through how you can develop an application locally using Kubernetes
- :calendar: published on: 2018-07-03
- tags: kubernetes, skaffold, node.js
- :octocat: source code
Optimising Kubernetes deployments with Helm by Erwin de Gier - YouTube [16m]
https://www.youtube.com/watch?v=TXZBuBQpm-Q
Kubernetes is has become a very popular platform for running and managing your application in Docker containers. However, the basis Kubernetes YAML files are a bit cumbersome to work with. Helm is a t...
- :calendar: published on: 2018-11-14
- tags: kubernetes, kubernetes-helm
GitHub - helm/charts - Curated applications for Kubernetes
https://github.com/helm/charts
Curated applications for Kubernetes.
- tags: kubernetes, kubernetes-helm
- :octocat: source code
Kubernetes + Compose = Kompose
kompose is a tool to help users familiar with docker-compose move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources.
- tags: docker, docker-compose, kubernetes, devops
- :octocat: source code
Helm Docs home page
Helm - The Kubernetes Package Manager.
Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
Charts are easy...
- tags: helm, kubernetes, kubernetes-helm
- :octocat: source code
Istio home page
Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provide...
- tags: istio, microservices, api-management, circuit-breaker, proxy, kubernetes
- :octocat: source code
kubernetes-for-java-developers repo from Aron Gupta
https://github.com/aws-samples/kubernetes-for-java-developers
A Day in Java Developer’s Life, with a taste of Kubernetes - aws-samples/kubernetes-for-java-developers. sample. example.
- tags: java, docker, kubernetes, kubernetes-helm, maven-plugin, istio, aws
- :octocat: source code
Spring Boot Micro-services, Containers, and Kubernetes - How To - YouTube
https://www.youtube.com/watch?v=Bcs-inRnLDc
Recorded at SpringOne2GX 2015 Speaker: Ray Tsang, Google Slides: TBD Join this session to learn how to create a Java-based microservice using Spring Boot, co...
- :calendar: published on: 2015-10-19
- tags: spring-boot, kubernetes, microservices
Kubernetes in Docker for Mac - YouTube
https://www.youtube.com/watch?v=jWupQjdjLN0
At DockerCon EU 2017, Docker announced support is coming for Kubernetes in Docker for Desktop. In this video, Docker Developer Advocate Elton Stoneman demonstrates how easy it will be to spin up a ful...
- :calendar: published on: 2017-10-17
- tags: docker, macos, kubernetes
Jenkins X home
Jenkins X is a CI/CD solution for modern cloud applications on Kubernetes
- tags: jenkins, kubernetes, tools
- :octocat: source code
Orchestrating Node.js Containers with Kubernetes - NodeSource
https://nodesource.com/blog/orchestrating-nodejs-containers-with-kubernetes
Look under the Kubernetes hood to learn more about how K8s automates orchestration of Node.js application containers.
- :calendar: published on: 2018-05-07
- tags: node.js, kubernetes
What is Kubernetes & How to Get Started With It
https://blog.risingstack.com/what-is-kubernetes-how-to-get-started/
This article helps you to learn the basic concepts of Kubernetes, so you can have a modern, safe and reliable production infcrastructure in the cloud.
- :calendar: published on: 2018-05-08
- tags: kubernetes, azure, osx
Introduction to Kubernetes
http://www.baeldung.com/kubernetes
A brief introduction to Kubernetes fundamentals.
- :calendar: published on: 2018-04-22
- tags: kubernetes, devops
Running Kubernetes Locally via Minikube - Kubernetes
https://kubernetes.io/docs/getting-started-guides/minikube/
Running Kubernetes Locally via Minikube
- tags: kubernetes
What is Kubernetes? - Kubernetes
https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
High level introduction to Kubernetes...
- tags: kubernetes, paas
- :octocat: source code