✅ WASM
✅ Platform Engineering
✅ Security
A thread 🧵
#kubernetes #devops #platformengineering
Posting daily as I'm working.
Sharing tips and tricks as I go
michaellevan.substack.com
Posting daily as I'm working.
Sharing tips and tricks as I go
michaellevan.substack.com
1. Ensure that the data is secure
2. Ensure that any third-party libraries/packages you're using in your code are secure
Well... since that's 100% of security, I guess security isn't all that simple lol
1. Ensure that the data is secure
2. Ensure that any third-party libraries/packages you're using in your code are secure
Well... since that's 100% of security, I guess security isn't all that simple lol
Cloud Detection and Response (CDR) focuses purely on cloud environments.
(cont)
#kubernetes #devops #platformengineering
Cloud Detection and Response (CDR) focuses purely on cloud environments.
(cont)
#kubernetes #devops #platformengineering
If you run something like `kubectl port-forward svc/service_name portnumber:port:number`
You're bringing the traffic from the Kubernetes to your local computer.
(cont)
#kubernetes #devops #platformengineering
If you run something like `kubectl port-forward svc/service_name portnumber:port:number`
You're bringing the traffic from the Kubernetes to your local computer.
(cont)
#kubernetes #devops #platformengineering
1. AWS Support! You can get recommendations for containerized apps running in AWS now.
2. A better UI (more visually appealing)
Check it out at the link below 👇
koaperf-apeseqd2cehnhjgh.z03.azurefd.net
#kubernetes #devops #platformengineering
1. AWS Support! You can get recommendations for containerized apps running in AWS now.
2. A better UI (more visually appealing)
Check it out at the link below 👇
koaperf-apeseqd2cehnhjgh.z03.azurefd.net
#kubernetes #devops #platformengineering
Enterprise or startup.
Figuring out the workflow of how environments should be deployed, managed, and most importantly, what should be deployed and managed is the make or break.
(cont)
#kubernetes #devops #platformengineering
Enterprise or startup.
Figuring out the workflow of how environments should be deployed, managed, and most importantly, what should be deployed and managed is the make or break.
(cont)
#kubernetes #devops #platformengineering
koaperf-apeseqd2cehnhjgh.z03.azurefd.net
(cont)
#kubernetes #devops #platformengineering
koaperf-apeseqd2cehnhjgh.z03.azurefd.net
(cont)
#kubernetes #devops #platformengineering
✅ Performance optimization
✅ Monitoring and observability
✅ Upgrades
and a few other specifics that are necessary to ensure k8s is running as expected.
#kubernetes #devops #platformengineering
✅ Performance optimization
✅ Monitoring and observability
✅ Upgrades
and a few other specifics that are necessary to ensure k8s is running as expected.
#kubernetes #devops #platformengineering
ArgoCD is a great example of this.
Argo is implemented for workloads in k8s to be deployed automatically based on an interval instead of having to run a bunch of `kubectl apply -f` commands locally or in a pipeline.
(cont)
ArgoCD is a great example of this.
Argo is implemented for workloads in k8s to be deployed automatically based on an interval instead of having to run a bunch of `kubectl apply -f` commands locally or in a pipeline.
(cont)
It came down to a few key aspects including:
1. Workload isolation
2. Multi-az
3. Cluster security around multi-tenancy
4. Performance optimization
(cont)
It came down to a few key aspects including:
1. Workload isolation
2. Multi-az
3. Cluster security around multi-tenancy
4. Performance optimization
(cont)
i.e - DevOps Security, Cloud Security, Network Security, etc.
The reason is that security should be embedded in all of our jobs.
(cont)
i.e - DevOps Security, Cloud Security, Network Security, etc.
The reason is that security should be embedded in all of our jobs.
(cont)
✅ Removed the creation of a VPC for EKS with CloudFormation
✅ Terraform Modules for EKS and VPC creation
✅ Simplified the steps for the labs
and A LOT more.
Link below 👇
github.com/AdminTurnedD...
✅ Removed the creation of a VPC for EKS with CloudFormation
✅ Terraform Modules for EKS and VPC creation
✅ Simplified the steps for the labs
and A LOT more.
Link below 👇
github.com/AdminTurnedD...
Open up that new DevOps course.
Learn Kubernetes and why orchestration is important.
Understand networks, systems, and design.
You'll never reach a point where you "know it all".
Open up that new DevOps course.
Learn Kubernetes and why orchestration is important.
Understand networks, systems, and design.
You'll never reach a point where you "know it all".
If you don't spend the time now getting really good at programming, you're going to fail drastically.
If you let "the AI thing" do it all for you without you understanding what's happening underneath the hood...
(cont)
If you don't spend the time now getting really good at programming, you're going to fail drastically.
If you let "the AI thing" do it all for you without you understanding what's happening underneath the hood...
(cont)
✅ Proper planning and architecture
✅ Security
✅ Teamwork
Ensure you know exactly what's being deployed, managed, and by whom.
#kubernetes #devops #platformengineering
✅ Proper planning and architecture
✅ Security
✅ Teamwork
Ensure you know exactly what's being deployed, managed, and by whom.
#kubernetes #devops #platformengineering
The result?
Pretty good actually! I created a tool in Python to do a `diff` on a bunch of cloud security policies across Azure CIS and MCSB.
buff.ly/R7zDF8j
#kubernetes #devops #platformengineering
The result?
Pretty good actually! I created a tool in Python to do a `diff` on a bunch of cloud security policies across Azure CIS and MCSB.
buff.ly/R7zDF8j
#kubernetes #devops #platformengineering
I need an S3 bucket to store my state!
Ah, that S3 bucket needs to be created before I create my other resources that need to store state.
I'll put it in my module!
Wait, the module needs to access the S3 bucket and it's not created yet...
I need an S3 bucket to store my state!
Ah, that S3 bucket needs to be created before I create my other resources that need to store state.
I'll put it in my module!
Wait, the module needs to access the S3 bucket and it's not created yet...
buff.ly/ZT8IyHs
#kubernetes #devops #platformengineering
buff.ly/ZT8IyHs
#kubernetes #devops #platformengineering
In this video, I break down one method of scaling Kubernetes workloads with KEDA.
buff.ly/5WgJidU
#kubernetes #devops #platformengineering
In this video, I break down one method of scaling Kubernetes workloads with KEDA.
buff.ly/5WgJidU
#kubernetes #devops #platformengineering
1. VMs on Kubernetes.
2. Kubernetes could be a solid place to run Agents and ML workloads
Anything else?
#kubernetes #kubecon
1. VMs on Kubernetes.
2. Kubernetes could be a solid place to run Agents and ML workloads
Anything else?
#kubernetes #kubecon
EKS Auto Mode and AKS Automatic got us there.
In this blog post, I break down how to get started from a hands-on perspective with both.
buff.ly/fhJweo8
#kubernetes #devops #platformengineering
EKS Auto Mode and AKS Automatic got us there.
In this blog post, I break down how to get started from a hands-on perspective with both.
buff.ly/fhJweo8
#kubernetes #devops #platformengineering
You have the ability to not care where your app is running.
1. Build your application
2. Build a Component (made up of a WIT)
3. Compile it down to Wasm
A thread 🧵
#kubernetes #devops #wasm
You have the ability to not care where your app is running.
1. Build your application
2. Build a Component (made up of a WIT)
3. Compile it down to Wasm
A thread 🧵
#kubernetes #devops #wasm
This agent has a clear, defined job: Tell me the best region to deploy k8s workloads to based on cost and performance.
A few things:
(in the next comment)
#kubernetes #devops #platformengineering
This agent has a clear, defined job: Tell me the best region to deploy k8s workloads to based on cost and performance.
A few things:
(in the next comment)
#kubernetes #devops #platformengineering
That "somewhere" is most likely going to be:
1. k8s
2. Containers
3. Event-driven services
This stuff isn't magic. It needs to run somewhere.
#kubernetes #devops #platformengineering
That "somewhere" is most likely going to be:
1. k8s
2. Containers
3. Event-driven services
This stuff isn't magic. It needs to run somewhere.
#kubernetes #devops #platformengineering