Are you thinking about taking the Certified Kubernetes Administrator (CKA) exam?

A thread ๐Ÿงต

#kubernetes #devops #docker
If so, ensure that you're comfortable in the following domains:
- Kubernetes storage
- Troubleshooting system components (control planes and worker nodes)
- Pod and other workload scheduling (including high availability)

(cont)
- Cluster architecture (building out clusters using Kubeadm)
- All of the control plane and worker node components (Etcd, Controller, Scheduler, etc.)
- RBAC
- Cluster security
- Kubernetes services and networking
For example, let's talk about the networking part.

Although there are other pieces of the networking stack for Kubernetes, in this explanation, we'll stick to Container Network Interface (CNI).
CNI is the plug-in that allows Pods to communicate with each other by obtaining an IP address. Just like standard networking today with switches and routers, Pods need a way to obtain an IP address.

(cont)
Also, Kubernetes components like Services also need IP addresses and Pods need to be able to communicate with each other.
With a CNI, the control planes and worker nodes will sit in a `NotReady` state because the network is not installed. Also, the CoreDNS Pods will not go into a running state because it needs the CNI.
If you use something like Kubeadm to deploy a Kubernetes cluster (which is used for the test), the Controller, Scheduler, Etcd, API Server, Kube-Proxy, and CoreDNS get deployed as Pods.
This is just a brief example, but as you can see, it's a lot... so I highly recommend:
- Study for at least three months
- Do a lot of hands-on practice (the exam is all hands-on. No multiple choice)
It's definitely a great way to test your knowledge.

If you don't want to take the exam, that's okay. You could just go through the training for it and enhance your Kubernetes skills.

โ€ข โ€ข โ€ข

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

Keep Current with Michael Levan ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ

Michael Levan ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ 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 @TheNJDevOpsGuy

Oct 10
Are you using GitOps today in your Kubernetes cluster?

If not, let me show you how to get a GitOps operator up and running in under EIGHT minutes.

a thread ๐Ÿงต
Using Flux (a popular GitOps operator), you can:
- Install the controller on a Kubernetes cluster
- Connect to a GitHub org
- Point to a source control repo
- Deploy an app
- Have it managed by GitOps
in less time than you probably think.

If you're not familiar with GitOps, here's a quick breakdown.
Read 6 tweets
Sep 6
If you want to be successful in the cloud-native world, here's what you need to know:

- Cloud and virtualization
- Operating systems and networking
- CICD
- Coding
- Security
- Application development workflows
- Architecture

A thread ๐Ÿงต
- Troubleshooting
- Containers and orchestration (Kubernetes or another orchestration system)
- Observability/monitoring
Yeah, it's a long list... let's break it down.
Read 15 tweets
Sep 5
I'm going to voice an extremely unpopular opinion.

One that could even get me "cancelled"...

There are quite a few different research firms out there, and we all know the big names.

A thread ๐Ÿงต
When you peel back the curtain, it's typically not real research that goes into it.

It looks like the following at a high level:
- There's a paper that needs to be written based on demand.
- You pick X amount of vendors to go into the paper.

(cont)
- You chat with all of them for about an hour. They show you a PowerPoint presentation/sales pitch about the product.
- You take that and write about it.
Read 7 tweets
Sep 5
Developers do a TON of tests.

From unit tests to mock tests to integrations tests and the list continues.

But with Kubernetes Manifests, there aren't a lot of tests going on.

A thread ๐Ÿงต
There's a lot that can go wrong with a Kubernetes Manifest which includes :
- Using out-of-date APIs.
- Policies that your organization set aren't being used.
- Bad practices used like using the latest version of a container image.
And when tests do occur, they aren't done in a repeatable process, which is a problem in itself.

There's a way to solve these issues, and that's by scanning Kubernetes Manifests.
Read 5 tweets
May 21
GitOps is the equivalent of a Kubernetes Controller

A Kubernetes Controller, which runs on the Kubernetes Control Plane, ensures that the observed state of the cluster matches the desired state

A thread ๐Ÿงต
A Kubernetes Controller, which runs on the Kubernetes Control Plane, ensures that the observed state of the cluster matches the desired state
For example, the Deployment Operator (like a Deployment spec in a Kubernetes Manifest) watches fo ensure that all of the applications running as a Kubernetes Deployment are in the desired state
Read 5 tweets
May 20
When you're putting any application on Kubernetes, you have to confirm a few things if you want a successful deployment.

A thread ๐Ÿงต
A few things to keep in mind are:
- Is the Pod healthy
- Is the Pod running as expected
- Does Kubelet know when to restart a failed/unhealthy container
- Should a Pod receive requests
- Should Kubelet start accepting traffic
and A LOT more

Check out my latest video on how you can implement the above with Liveness and Readiness Probes
Read 4 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!

:(