β WASM
β Platform Engineering
β Security
A thread π§΅
#kubernetes #devops #platformengineering
It's stateful.
Context-aware networking is the new norm in AI workloads, which means we need to implement workflows for long-term and short-term memory.
It's stateful.
Context-aware networking is the new norm in AI workloads, which means we need to implement workflows for long-term and short-term memory.
Example: Llama has 7 billion parameters and 2-7B weight matrices.
That's where LoRA/PEFT come into play.
Instead of having to update/train every part of the Model, it adds the new training layer on top of what already exists.
Example: Llama has 7 billion parameters and 2-7B weight matrices.
That's where LoRA/PEFT come into play.
Instead of having to update/train every part of the Model, it adds the new training layer on top of what already exists.
β Inference == Make a prediction on unseen/new data.
β Inference Routing == the infrastructure layer.
#kubernetes #agenticai #LLMs
β Inference == Make a prediction on unseen/new data.
β Inference Routing == the infrastructure layer.
#kubernetes #agenticai #LLMs
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
2. Tie specific malicious behavior to an IP address to see where it originated.
Both of these really fall under the vulnerability assessment category.
2. Tie specific malicious behavior to an IP address to see where it originated.
Both of these really fall under the vulnerability assessment category.
Network Detection and Response (NDR) provides two primary capabilities:
Network Detection and Response (NDR) provides two primary capabilities:
The primary goal of a CDR is to have a deep understanding of the environment.
(cont)
The primary goal of a CDR is to have a deep understanding of the environment.
(cont)
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 try it from a cloud shell or something that isn't local, you won't be able to hit it via localhost.
(cont)
If you try it from a cloud shell or something that isn't local, you won't be able to hit it via localhost.
(cont)
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 is a scanner that tells you based on performance, cost, and resource needs where you should deploy a containerized workload.
KoaPerf is a scanner that tells you based on performance, cost, and resource needs where you should deploy a containerized workload.
β Azure Kubernetes Service (AKS)
β Azure Container Apps (ACA)
β Azure Container Instance (ACI)
β Azure Kubernetes Service (AKS)
β Azure Container Apps (ACA)
β Azure Container Instance (ACI)
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
CICD pipelines are still the best way to get workloads and infrastructure initially deployed in an automated fashion.
I break down my thoughts about it in the link below.
buff.ly/3GWl2wy
CICD pipelines are still the best way to get workloads and infrastructure initially deployed in an automated fashion.
I break down my thoughts about it in the link below.
buff.ly/3GWl2wy
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)
In this blog post, I break it all down.
buff.ly/WYBXgqU
In this blog post, I break it all down.
buff.ly/WYBXgqU
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)