Kubernetes is a complicated beast. There are many moving parts under the hood. Simplifying Container orchestration isn’t easy

Here are 11 Resources that will make you a Kubernetes wizard in no time 🧵👇

#DevOps #DevOpsCommunity #Kubernetes #K8S
1. A Beginner’s Guide to Kubernetes

A comprehensive introduction to Kubernetes architecture.

🔗 medium.com/containermind/…
2. A Guide to the Kubernetes Networking Model

An in-depth run-through of Kubernetes networking.

🔗 sookocheff.com/post/kubernete…
3. Amazon EKS Best Practices Guide for Security

This guide provides advice about protecting information, systems, and assets that are reliant on EKS while delivering business value through risk assessments and mitigation strategies.

🔗 aws.github.io/aws-eks-best-p…
4. Configuring HA Kubernetes cluster on bare metal servers with kubeadm

A guide to standing up a HA Kubernetes cluster on bare metal servers with kubeadm.

🔗 kubeclusters.com/docs/How-to-De…
5. Introduction to Using Google Kubernetes Engine; Explain Like I’m Five!

Creating your first managed Kubernetes cluster on Google Kubernetes Engine using Terraform.

🔗 faun.pub/google-kuberne…
6. Kubernetes Network Policy Recipes

This repository contains various use cases of Kubernetes Network Policies and sample YAML files to leverage in your setup.

🔗 github.com/ahmetb/kuberne…
7. Kubernetes The Hard Way

Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

🔗 github.com/kelseyhightowe…
8. Production grade Kubernetes Monitoring using Prometheus

An in-depth guide to deploying Prometheus monitoring solution.

🔗 faun.pub/production-gra…
9. The Illustrated Children’s Guide to Kubernetes

Graphical explanations of Kubernetes.

🔗
10. Troubleshooting Kubernetes deployments

A flow chart to troubleshoot a Kubernetes deployment in case of issues.

🔗 learnk8s.io/troubleshootin…
11. Writing Your First Kubernetes Operator

In this article, we’ll see how to build and deploy your first Kubernetes Operator using the Operator SDK.

🔗 faun.pub/writing-your-f…
That's a wrap!

If you wish to learn more about Kubernetes and DevOps:

1. Follow me @pragyanatvade for more of these
2. RT the tweet below to share this thread with your audience

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Pragyan Tripathi

Pragyan Tripathi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @pragyanatvade

Oct 26
Building reliable software is complex.

Here are 16 lessons I learned the hard way in the last five years as a DevOps engineer 🧵👇

#DevOps #DevOpsCommunity
1. No in-code fallbacks for configs:

If the service can't load the config on startup for any reason, it should just crash. It's easier to diagnose than the result of one borked instance going down an ancient code path due to misconfiguration.
2. Stringent RPC settings:

Zero retries and a timeout like 3X the p99. We are striving for predictability here; sprinkling retries and long timeouts as quick fixes lead to a week-long investigation and headache a year from now.
Read 18 tweets
Oct 24
Networking protocols are the most important concepts to excel as a DevOps engineer.

Unfortunately, most of them don't seem to understand the basics.

Here's a crash course to make you an expert in OSI Model 🧵👇 Image
OSI stands for Open Systems Interconnection. It provides a standard for different computer systems to be able to talk with each other.

7 layers of OSI model are defined as follows : Image
L7. Application Layer:

It interacts directly with the user. Browsers rely on it to initiate communications. Responsible for protocols and data manipulation that the software relies on to present meaningful data to the user. Like HTTP and SMTP Image
Read 11 tweets
Sep 14
17 roles you must know to run a successful software development team🧵👇

For building a successful software product, you need to have a strong software development team. These are the following roles crucial to run the software business👇

#software #programming #developer
1. Project Executive

Experienced professionals with a good grasp of business serve as project executives. An individual with this role must be granted the required authority to take any rational business decisions for the project.
2. Product Owner

The product owner is responsible to make sure all the requirements of the project follow the business needs. An individual having such a role must be familiar with the strategic aim and objectives of the project.
Read 19 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(