Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile
Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ

@thenjdevopsguy

Cloud-Native Consultantโ”‡Microsoft MVP (Azure)โ”‡Helping Businesses Drive Value with Content Creation & Independent Consultingโ”‡Live Trainer, Author, Speaker

ID: 907392281476517888

linkhttps://linktr.ee/michaellevan calendar_today11-09-2017 23:55:53

9,9K Tweet

8,8K Followers

656 Following

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Consolidating 15 years of software engineering, cyber security, DevOps, and cloud into bite-sized bits ๐Ÿ‘‡ Posting daily as I'm working. Sharing tips and tricks as I go michaellevan.substack.com

Consolidating 15 years of software engineering, cyber security, DevOps, and cloud into bite-sized bits ๐Ÿ‘‡

Posting daily as I'm working.

Sharing tips and tricks as I go

michaellevan.substack.com
Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

What do you want the world to know about you? What's the brand you're building? For example: I'm a DevOps Engineer who also brings strong AppSec/DevSecOps and Cloud Engineering chops to the table. The problem is that if you do "a little bit of everything", no one knows what to

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Definitely a cool thing to get this month ๐Ÿ˜Ž Datadog reached out to me about the program last month and I'm excited to join. I've always said that there are two ways to implement monitoring and observability: 1. Homegrown (open-source tools together) 2. Enterprise (something

Definitely a cool thing to get this month ๐Ÿ˜Ž

Datadog reached out to me about the program last month and I'm excited to join.

I've always said that there are two ways to implement monitoring and observability:
1. Homegrown (open-source tools together)
2. Enterprise (something
Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

I've been building a lot of what I'll call "k8s management clusters" lately. And it makes sense because you always need a method for originating the deployments. For example, you want to use ArgoCD for all of your deployments and to confirm that the current state is the desired

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

I always get something like this when I ask chatgpt to create an image for me... And it never actually creates it lol. But don't worry everyone, AI is going to take over soon!

I always get something like this when I ask chatgpt to create an image for me...

And it never actually creates it lol.

But don't worry everyone, AI is going to take over soon!
Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Kubernetes Security in a nutshell: โœ… Namespace isolation โœ… SecurityContexts โœ… Network Policies โœ… Service and Pod encryption And they're all connected. Namespaces are a great way to logically isolate workloads, but by default, those workloads can still talk to each other as

Kubernetes Security in a nutshell:

โœ… Namespace isolation
โœ… SecurityContexts
โœ… Network Policies
โœ… Service and Pod encryption

And they're all connected.

Namespaces are a great way to logically isolate workloads, but by default, those workloads can still talk to each other as
Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

No engineer can do their job if there's no starting point. And VERY rarely are you walking into a net-new environment. That's why architecture diagrams, documentation, and communication are so important. Without it, you're relying on a lot of "guessing". I break down what you

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

AWS EKS has two options: โœ… EKS with Fargate โœ… EKS with ec2 instances The biggest difference, conceptually, is that Kubernetes Worker Nodes are either โ€œServerlessโ€ or ec2 instances. From a performance and scalability perspective, both work well. The biggest difference is

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

In any technical role, you must sell the idea of "you". Whether it's an architecture you came up with, a new feature in an app, or a new tool to implement. You have to sell the idea of why it's important, and the majority of the time, that means selling "you". I break it all

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Every blog post/doc I've seen for implementing Karpenter on EKS is never complete. They either don't show how to set up the IAM Role or the permissions, or the actual installation and configuration of Karpenter itself. I put together a comprehensive guide, from start to finish,

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Are there any conferences in the DevOps/Cloud-Native realm that are actually about the engineering anymore? Asking for a friend... the friend is me... I don't want to sit through buzz/hype sessions anymore.

Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Django (Python framework) runs A LOT of the internet. Here's a simple Django app breakdown: โœ… Import all built-in Django tooling (Django is known for the out-of-the-box experience) โœ… Import Models (Python configs that build the database. This is where ORM comes in) โœ… Set the

Django (Python framework) runs A LOT of the internet.

Here's a simple Django app breakdown:

โœ… Import all built-in Django tooling (Django is known for the out-of-the-box experience)
โœ… Import Models (Python configs that build the database. This is where ORM comes in)
โœ… Set the
Michael Levan๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ปโ˜•๏ธ (@thenjdevopsguy) 's Twitter Profile Photo

Do you think about the best place to deploy containerized workloads? Based on what you're deploying, maybe it should be AKS. On the other hand, maybe it could be a container orchestration service like AWS ECS. If so, I built a tool and made it free to help you figure this

Do you think about the best place to deploy containerized workloads?

Based on what you're deploying, maybe it should be AKS. On the other hand, maybe it could be a container orchestration service like AWS ECS.

If so, I built a tool and made it free to help you figure this