Stoeps' Links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 3
55 results tagged kubernetes  ✕
Porter https://porter.sh/
Fri 04 Dec 2020 03:48:30 PM CET wallabag
thumbnail

What is Porter?

Take everything you need to do a deployment, the application itself and the entire process to deploy it: command-line tools, configuration files, secrets, and bash scripts to glue it all together. Package that into a versioned bundle distributed over standard Docker registries or plain tgz files.

Now anyone can install your application without deep knowledge of your deployment process, or following a step-by-step deployment doc, regardless of the tech stack.
Why Porter?

Single command to find and deploy any application, regardless of the tech stack. No knowledge of the deployment process necessary.
Secure handling of secrets and credentials, integrated with industry standard secret stores.
Share the operational load of managing your team's deployments.
Works with and improves existing tools, such as bash, cloud CLIs, terraform and helm. You don't rewrite your existing deployments to start using Porter.
Reliable deployments because the client environment: cli versions, installed commands, configuration... is dependable and consistent.
cloud kubernetes linkdump
Kubernetes Helm Charts | Security for Elasticsearch | Search Guard https://docs.search-guard.com/latest/search-guard-kubernetes-helm
Thu 26 Nov 2020 06:10:46 PM CET wallabag

Use our Helm charts to set up Elasticsearch and Kibana on a Kubernetes cluster, secured by Search Guard.

helm kibana kubernetes
The Kubernetes Workshop https://www.packtpub.com/product/the-kubernetes-workshop/9781838820756
Sun 01 Nov 2020 09:43:11 PM CET wallabag
thumbnail

I started reading this book around a week ago.

kubernetes linkdump
How To Inspect Kubernetes Networking https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking
Fri 09 Oct 2020 09:22:18 PM CEST wallabag

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 requires some advanced networking techniques. In this

kubernetes network
From knitting to having a cat. How to change from Weave to Calico in… | by Andres Perez | Medium https://medium.com/@andresperezl/weave-to-calico-7c69677222d0
Fri 09 Oct 2020 09:46:02 AM CEST wallabag
thumbnail

Ifyou go around and ask for a Kubernetes expert, whoever responds to your call is definitely lying. They probably are an expert in one of the many components that make a Kubernetes cluster, but I bet you there is a complete section of Kubernetes they have not touched or even heard about.

Not saying that Kubernetes is complex without reason, because it has its reasons, but it is a complex beast.
Network controllers seems to be one of those components that only very few people know how they truly work, or at least I couldn’t find many during my search for answers, and once you decide on one, and get yours up and running, you pretty much forget about it.

kubernetes network
Migrating the Kubernetes Network Overlay With Zero Downtime | by Michael Turner | Medium https://medium.com/@mat285/migrating-the-kubernetes-network-overlay-with-zero-downtime-5ff45fed826a
Fri 09 Oct 2020 09:45:27 AM CEST wallabag
thumbnail

At Blend, we make extensive use of Kubernetes on AWS to power our infrastructure. Kubernetes has many moving parts, and most of these components are swappable, allowing us to customize clusters to our needs. An important component of any cluster is the Container Network Interface (CNI), which handles the networking for all pods running on the cluster. Choosing the right CNI for each use case is critically important and making changes, once serving production traffic, can be painful. Blend had several problems with the CNI we initially chose (Weave), leading us to explore alternatives. We eventually decided to switch and in this post, we describe the challenges and solutions to migrating without downtime.

kubernetes network
Weave Scope: Automatically Detect and Process Containers And Hosts https://www.weave.works/oss/scope/
Fri 09 Oct 2020 09:43:55 AM CEST wallabag

Zero configuration or integration required — just launch and go.
Weave Scope automatically detects processes, containers, hosts. No kernel modules, no agents, no special libraries, no coding. Seamless integration with Docker, Kubernetes, DCOS and AWS ECS.

kubernetes network
weaveworks/scope: Monitoring, visualisation & management for Docker & Kubernetes https://github.com/weaveworks/scope
Fri 09 Oct 2020 09:43:30 AM CEST wallabag
thumbnail

Weave Scope automatically generates a map of your application, enabling you to intuitively understand, monitor, and control your containerized, microservices-based application.

kubernetes network
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark https://github.com/eldadru/ksniff
Fri 09 Oct 2020 09:42:07 AM CEST wallabag
thumbnail

A kubectl plugin that utilize tcpdump and Wireshark to start a remote capture on any pod in your Kubernetes cluster.

You get the full power of Wireshark with minimal impact on your running pods

kubernetes linkdump troubleshooting
Istio / Installing the Sidecar https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/
Tue 06 Oct 2020 09:18:49 AM CEST wallabag
istio kiali kubernetes
storax/kubedoom: Kill Kubernetes pods by playing Id's DOOM! https://github.com/storax/kubedoom
Mon 05 Oct 2020 10:12:06 PM CEST wallabag
thumbnail

The next level of chaos engineering is here! Kill pods inside your Kubernetes cluster by shooting them in Doom!

This is a fork of the excellent gideonred/dockerdoomd using a slightly modified Doom, forked from https://github.com/gideonred/dockerdoom, which was forked from psdoom.

chaos kubernetes
A visual guide on troubleshooting Kubernetes deployments https://learnk8s.io/troubleshooting-deployments
Sun 04 Oct 2020 08:53:12 AM CEST wallabag
thumbnail
cka kubernetes troubleshooting
Kubernetes - Simplified https://syntixi.io/post/2020-08-16-kubernetes-simplified/
Wed 30 Sep 2020 07:00:20 AM CEST wallabag

This article assumes a basic knowledge of Docker. This is the first article in a series of posts called “Simplified”, where I take a look at systems that I think aren’t adequately explained in their own “getting started” documentation. Today, I’m taking a look at one of the most complicated systems I’ve used to date.

kubernetes
Kubernetes deep dive: API Server - part 1 https://www.openshift.com/blog/kubernetes-deep-dive-api-server-part-1
Fri 03 Jul 2020 10:45:00 AM CEST wallabag
thumbnail
cka kubernetes
Deploying and Updating Apps with Kubernetes | Manning https://freecontent.manning.com/deploying-and-updating-apps/
Fri 03 Jul 2020 10:44:38 AM CEST wallabag
thumbnail
cka kubernetes
Internal and external connectivity in Kubernetes space https://levelup.gitconnected.com/internal-and-external-connectivity-in-kubernetes-space-a25cba822089
Fri 03 Jul 2020 10:44:31 AM CEST wallabag
cka kubernetes
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-what-922f010849e0
Fri 03 Jul 2020 10:44:24 AM CEST wallabag
thumbnail
cka kubernetes
An illustrated guide to Kubernetes Networking [Part 1] https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-1-d1ede3322727
Fri 03 Jul 2020 10:44:16 AM CEST wallabag
cka kubernetes
Kubernetes By Example https://kubernetesbyexample.com/
Fri 03 Jul 2020 10:44:11 AM CEST wallabag
thumbnail
cka kubernetes
k8s-practice-questions/practice-questions-with-solutions.md at master · ipochi/k8s-practice-questions https://github.com/ipochi/k8s-practice-questions/blob/master/practice-questions-with-solutions.md
Fri 03 Jul 2020 10:43:56 AM CEST wallabag
thumbnail
cka kubernetes
page 1 / 3
395 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn
Impressum