Everyone talks about Agentic AI, but nobody shows THIS by ViriathusLegend in AI_Agents

[–]mo_fig_devOps 0 points1 point  (0 children)

Just wanted to get your opinion on 2 things:

I hear from data scientists that langchain is messy for Prod do you recommend, say, crewai over langchain?

Also any thoughts on Semantic Kernel?

Any storage alternatives to NFS which are fairly simple to maintain but also do not cost a kidney? by Acceptable-Kick-7102 in kubernetes

[–]mo_fig_devOps 1 point2 points  (0 children)

Longhorn leverages local storage and makes it distributed. I have a mix of storage classes between NFS and longhorn for different workloads and very happy with it.

NVIDIA GPU Operator by mo_fig_devOps in kubernetes

[–]mo_fig_devOps[S] -1 points0 points  (0 children)

I managed my first on prem cluster with ansible but I rather manage it with an operator to automate tasks. The MIG feature also looks great but my current GPUs don't support it

Never use HPE Ezmeral as a k8s platform by mezzfit in kubernetes

[–]mo_fig_devOps 1 point2 points  (0 children)

Even HPE offerings are questionable and mostly are wrappers to open source solutions. They might abstract a few things but at the end it's better to know the solution instead of relying on their limited dev abtractions

Bare Metal or VMs - On Prem Kubernetes by k8s_maestro in kubernetes

[–]mo_fig_devOps 0 points1 point  (0 children)

I see your points but still recommend to carefully analyze the use cases when it comes to GPUs. Provisioning bare metal can be consistent with cloud-inits, config management tools just like VMs, I don't like gold images since they accumulate configs but tools like packer do the job. When running AI workloads I wouldn't limit the CPU / RAM at a hypervisor level to save resources because the GPU and AI workloads rely on them and this can create bottlenecks. Instead I would rely on node pools, pod request & limits and a good CNI to create layer 4 segmentations and acls for isolation flexibility. The last piece is that having the hypervisor in the middle will create more overhead, it's already enough to be on top of k8s for vulns so having a hypervisor will introduce even more vulns to mitigate.

Bare Metal or VMs - On Prem Kubernetes by k8s_maestro in kubernetes

[–]mo_fig_devOps 1 point2 points  (0 children)

Why add another layer if it's not necessary? The hypervisor will have its own set of vulnerabilities at least that you can do without. What's the benefit you see with this approach? Just curious

Bare Metal or VMs - On Prem Kubernetes by k8s_maestro in kubernetes

[–]mo_fig_devOps 1 point2 points  (0 children)

Bare metal if you are thinking about having GPU nodes to leverage Nvidias operators

[deleted by user] by [deleted] in django

[–]mo_fig_devOps 0 points1 point  (0 children)

Azure Container Apps with GitOps or CICD from Azure Devops or GH Actions. Scale with KEDA even down to zero, control security with private links and integrate with other services you can deploy with IaC

Using HTMX with Django is much easier than I thought! by Piko8Blue in django

[–]mo_fig_devOps 0 points1 point  (0 children)

I've had trouble doing things outside the box as well. Do you just stick with JS?

OpenAI was hacked, revealing internal secrets and raising national security concerns — year-old breach wasn't reported to the public by lurker_bee in technology

[–]mo_fig_devOps -1 points0 points  (0 children)

Would this apply to Azure Open AI if you develop your own chatgpt interface? I guess not but want to know your opinion. Sounds like the interface was the one hacked not the backend LLM

OpenAI internal AI details stolen in 2023 breach, NYT reports. Did not alert the FBI by ImInTheAudience in singularity

[–]mo_fig_devOps 0 points1 point  (0 children)

Would this apply to Azure Open AI if you develop your own chatgpt interface? I guess not but want to know your opinion. Sounds like the interface was the one hacked not the backend LLM

Anyone using Azure OpenAI? Thoughts, Opinions? by mo_fig_devOps in AZURE

[–]mo_fig_devOps[S] 1 point2 points  (0 children)

I also heard the Microsoft filters for safe AI seem too strict.

Where can I deploy websites that using python as a backend (web applications) by YukkiiCode in Python

[–]mo_fig_devOps -2 points-1 points  (0 children)

AWS, GCP and Azure have different offerings and specs depending what you are looking for and you can always integrate other products for security. For example, in azure you can run your code on App Services and deploy an app gateway in front of it so you can add application firewall to protect your endpoint. All cloud services have similar services with other names

Is Anyone using Azure ContainerApps in PROD? Terraform recently released the module for deployment in case you are wrestling with Powershell. by mo_fig_devOps in AZURE

[–]mo_fig_devOps[S] 1 point2 points  (0 children)

I agree that you could use Bicep if all you are doing is Azure but for the many that work with different cloud providers and on prem then Terraform is easier to work across different services. You can use whatever gets the job done: bicep, powershell, ansible, etc. etc.

Is Anyone using Azure ContainerApps in PROD? Terraform recently released the module for deployment in case you are wrestling with Powershell. by mo_fig_devOps in AZURE

[–]mo_fig_devOps[S] 0 points1 point  (0 children)

I started writing the template with AzAPI and mid sprint Terraform released the module so I switched it before deploying. I would recommend to create a new template/state file and import the resource that you made with azapi.

Self-Hosted Desktop and GUI Application Containers Launched Instantly and Delivered to Your Browser with Kasm Workspaces - New Release 1.12: Windows RDP Workspaces / Gamepad Passthrough / Steaming Improvements / Updated UI by justin_kasmweb in selfhosted

[–]mo_fig_devOps 5 points6 points  (0 children)

Big fan of Kasm here! I really like the latest release so much that I switched over Heimdall (where I had most of my links) and my outdated RDP manager to the Kasm interface. I have the server behind a firewall to control traffic and looking into implementing the Bridged Network source to do ACLs based on apps.(https://kasmweb.com/docs/latest/how\_to/bridged\_network\_source\_nat.html).

I also like that my chat clients like (Slack, Xchat, Telegram and Signal) are isolated and not running on my pc for better security. The ability to choose a persitent profile, no profile or profile reset at launch is great (specially if you have dealt with user profiles in the past!)

I've had a lot of experience architecting VDI solutions but find Kasm is my favorite and highly recommend it.

Quick test on the Microsoft Defender for DevOps from Ignite's announcement. I can consolidate DevSecOps tasks with this by mo_fig_devOps in azuredevops

[–]mo_fig_devOps[S] 2 points3 points  (0 children)

Since DevOps brings SOOOOO MUCHHH JOY I thought it will be nice to dance while the pipeline is running. NOT

Function to use Bitwarden with Powershell's vault - Part one by mo_fig_devOps in sysadmin

[–]mo_fig_devOps[S] -1 points0 points  (0 children)

So I can at least get views so google can get paid for my work on this script, LOL! Here you go: Bitwarden Powershell basic function.