LearnKube news
3.63K subscribers
1.96K photos
337 videos
1 file
4.13K links
All the best tutorials, articles and news on Kubernetes curated by the @LearnKube team.
Download Telegram
Forwarded from Kube Careers
This week, we’ve curated a list of Kubernetes jobs that we think you will like: These are  Remote-friendly and have different experience levels (junior to senior). We release such a list every week.

You can see them all on the Kube Careers website:
1. DevOps Enigneer - Remote (US) : https://kube.careers/devops-engineer-re-max-llc--dvpv
2. Systems Engineer - Remote (EU): https://kube.careers/systems-engineer-datapane-bux9
3. Junior Cloud Engineer - Zurich: https://kube.careers/junior-cloud-engineer-helio-ys8
4. DevOps Engineer - Remote (Asia): https://kube.careers/senior-devops-engineer-endowus-kiq
A practical guide for Linkerd authorization policies
Read more https://itnext.io/a-practical-guide-for-linkerd-authorization-policies-6cfdb50392e9
In this post you’ll learn how to work with live Kubernetes objects in Go using the typed and dynamic clients available from the API machinery sub-project client-go
Read more https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887
Learnk8s and NGINX are launching a month-long, free educational program on Kubernetes networking.

The course is divided into four parts:

- Unit 1: Architecting Kubernetes clusters for high-traffic websites (the 7th of March)
- Unit 2: Exposing APIs in Kubernetes (the 14th of March)
- Unit 3: Microservices Security Patterns (the 21st of March)
- Unit 4: Advanced Kubernetes Deployment Strategies (the 28th of March)

Each part has:

- A live webinar (Chris, Salman & Andrea will present those). The event is recorded, and you can catch up later too.
- A self-paced lab for experimenting with Kubernetes technologies. Nginx will provide interactive labs via Instruqt.
- A step-by-step tutorial where you can try everything on your computer too (and maybe copy and reuse the code).
- Extra links and resources to help you understand and dig deeper into the subjects.

You can read the full agenda here: https://www.nginx.com/c/microservices-march-2022-kubernetes-networking-agenda/
👍4🎉3
👍1👎1
Isotope, short for Istio Topology Performance, is a tool that deploys Istio in a customizable service graph fashion leveraging custom service binaries and measures its performance using Fortio as the load generator
Read more https://github.com/istio/tools/tree/release-1.9/perf/load
In this post, you’ll learn how the leader election process works in highly available systems, and explore the client-go library to understand it in the context of Kubernetes controllers
Read more https://itnext.io/leader-election-in-kubernetes-using-client-go-a19cbe7a9a85
There are quite a few open-source toolsets to test and measure performance impact of service meshes.
In this article you will compare: Fortio, Nighthawk, Wrk2, Httpbin, Meshery, Isotope, Hyperfoil, Service-mesh-benchmark, Locust & more
Read more https://itnext.io/service-mesh-testing-tools-frameworks-open-source-7904ee222298
All pod's containers run on the cluster node, their lifecycle is synchronized, and mutual isolation is weakened to simplify the inter-container communication.
A deep-dive into how containers work in a Pod.
Read more https://iximiuz.com/en/posts/containers-vs-pods
As your cluster grows, so does the number of resources, volumes or other API objects and sooner or later you will reach the limits somewhere.
In this article, you’ll learn how to keep it clean and tidy
Read more https://martinheinz.dev/blog/60
Demystifying kube-proxy: an article aimed to be as simple (and concise) as possible and only focus on topics that are directly relevant to the functioning of kube-proxy
Read more https://mayankshah.dev/blog/demystifying-kube-proxy
Learn what a Persistent Volume is and how to create a persistent volume from a storage class. Then, learn how to create a persistent volume claim and how to attach the PVC to a Pod
Read more https://medium.com/codex/kubernetes-persistent-volume-explained-fb27df29c393
🔥1