Trending

#Containers

Latest posts tagged with #Containers on Bluesky

Posts tagged #Containers

Preview
Agent Memory Daemon on ECS Managed Daemons with Bedrock Deploy an AI agent memory consolidation daemon using ECS Managed Daemons, EFS shared storage, and Amazon Bedrock. Exactly-one placement, independent lifecycle.

"Agent Memory Daemon on ECS Managed Daemons with Bedrock" by Thiago

#amazon-ecs #amazon-bedrock #generative-ai #ai-agents #containers

0 0 0 0
Original post on franksworld.com

Secure AI on OpenShift: Exploring Zero Trust with Confidential Containers and RHACS In the world of artificial intelligence (AI), data privacy, model protection, and regulatory compliance are more ...

#AI #Kubernetes #Red #Hat #Security #AI #security #Cedric #Clyburn #Confidential #Containers […]

0 0 0 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

0 0 0 0

Clever cost optimization: replacing a Nat Gateway with an EC2 instance and Elastic IP just for GitHub traffic. A good reminder that managed AWS services aren't always the most economical path for every use case.

#devops #sre #containers

0 0 1 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

0 0 1 0
Original post on azure.microsoft.com

[Launched] Generally Available: Disable HTTP proxy in AKS Organizations that use HTTP proxies to control outbound traffic often need to change or remove those settings as network requirements evolv...

#Azure #Updates #Azure #Kubernetes #Service #(AKS) #compute #containers #Features #Launched […]

0 0 0 0
Original post on azure.microsoft.com

[Launched] Generally Available: Pod CIDR expansion in AKS When clusters exhaust available pod IP addresses, teams have historically been forced to rebuild environments to restore capacity, creating...

#Azure #Updates #Azure #Kubernetes #Service #(AKS) #compute #containers #Features #Launched […]

0 0 0 0

And even if you run another OS such as Windows or macOS on your arm64, this #r2u repository should help a lot as the container-based use can then rely on 'cpu-native' instructions, i.e. make sure you tell Docker to use arm64. And you get binaries -> faster

#rstats #containers #themoreyouknow

2 0 0 0
Post image

Understanding Current Threats to Kubernetes Environments Unit 42 uncovers escalating Kubernetes attacks, detailing how threat actors exploit identities and critical vulnerabilities to compromise cl...

#Malware #Threat #Research #audit #logs […]

[Original post on unit42.paloaltonetworks.com]

0 0 0 0

The DevOps community debates what an ideal programming language for the field would look like, with 21 comments exploring preferences and trade-offs in tooling, automation, and infrastructure work.

#devops #platform #containers

0 0 0 0

The Linux phone landscape in 2026: a community discussion breaks down the current options for those prioritizing daily usability over tinkering, and what's actually viable today.

#devops #linux #containers

0 0 0 0
Preview
Streamlining AI Deployment: How RamaLama Makes It Boringly Simple Managing and deploying AI models often requires intricate setup and complex dependencies. Enter RamaLama, an open-source project that aims to turn the task of working with AI models into something …

Streamlining AI Deployment: How RamaLama Makes It Boringly Simple Managing and deploying AI models often requires intricate setup and complex dependencies. Enter RamaLama, an open-source project th...

#Containers #container #technology #Podman

Origin | Interest | Match

0 0 0 0
Preview
Securing Azure Containers and Blobs with Managed Identities I’ve been streaming ‘Coding with JoeG’ on Twitch for a few months now. The general theme of the stream is teaching software development with C#. We’ve been building a contact management application to demonstrate some best practices. About two weeks ago, or so, I added an Azure Storage Blob Container to hold the images of the contacts. I did this using the way I knew how to do it using Storage Access Keys and a library, JosephGuadagno.AzureHelpers.Storage, that I wrote to make it ‘easier’ to interact with Azure Storage. While talking about the stream on Twitter, Christos, PM on the Microsoft Identity team, reached out and said I should try securing the Container/Blob with Managed Identity. I tried on the stream for a good 5 or so hours and could not get it to work. If you want to see it, check out the recording of the stream on my YouTube channel.

ICYMI: (08/22/2020): "Securing Azure Containers and Blobs with Managed Identities." RPs and feedback are always appreciated! https://jjg.me/3goSc6f #Articles #Azure #Containers #Blob #Identity #MSAL #Managed Identity

0 0 0 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

0 0 0 0
Post image Post image Post image Post image

PlaneAlert ICAO: A6C4DB Tail: N535V
Owner: DartContainerCorp
Aircraft: Gulfstream G500
2026-04-05 18:13:26 EDT
GLF5 RedSoloCup Containers Bizjet AsSeenonTV
adsb - wiki - adsbexchange

0 0 0 0
the moment in the logs of one of CVAT containers, where there was the same connection error repeating, already something not about wrong credentials, untill I created the cvat database myself manually

the moment in the logs of one of CVAT containers, where there was the same connection error repeating, already something not about wrong credentials, untill I created the cvat database myself manually

the moment in the logs of one of CVAT containers, where there was a total wait for a confusingly long amount of time, untill I realized I forgot to run that my own redis container and finally ran it

the moment in the logs of one of CVAT containers, where there was a total wait for a confusingly long amount of time, untill I realized I forgot to run that my own redis container and finally ran it

CVAT database in my local PostgreSQL, with all the whatever migrations applied successfuly

CVAT database in my local PostgreSQL, with all the whatever migrations applied successfuly

the redis container in question compared to the rest occupied in CVAT. thats the same container used in my maritime project btw

the redis container in question compared to the rest occupied in CVAT. thats the same container used in my maritime project btw

(2/2)

having fixed the file, I however still got postgres connection error

turns out it was knocking on a nonexistent DB which I had to create

later it just stopped - turns out, waited for redis whose container i had to run

only then I got my CVAT

#docker #devops #containers #database #software

0 1 1 0
main changes in the main docker-compose file of CVAT: deleted configurations of postgres (cvat_db) and redis containers; environment variables for connection to postgres went to the main anchor (where variables are gathered to avoid repeating) and on this level CVAT_ was added to them. apparently, as I made the conclusion from logs - to override the default connection config, which was adjusted for server and DB created by the postgres instance from the container, that I deleted

main changes in the main docker-compose file of CVAT: deleted configurations of postgres (cvat_db) and redis containers; environment variables for connection to postgres went to the main anchor (where variables are gathered to avoid repeating) and on this level CVAT_ was added to them. apparently, as I made the conclusion from logs - to override the default connection config, which was adjusted for server and DB created by the postgres instance from the container, that I deleted

more changes for the CVAT docker compose file, that's its end. of course removed the volumes related to unnecessary containers too, and this extra_hosts section I added to all the rest of containers, just in case

more changes for the CVAT docker compose file, that's its end. of course removed the volumes related to unnecessary containers too, and this extra_hosts section I added to all the rest of containers, just in case

successfully logged in and started using CVAT, though so far i dunno what to do with it next but thats another story :D more details on how I was setting this up - in the post right below

successfully logged in and started using CVAT, though so far i dunno what to do with it next but thats another story :D more details on how I was setting this up - in the post right below

today I had to use CVAT (data segmentation program) which is launched with docker compose

the docker compose included postgresql and redis

which I both already have

so I removed their config from the file and connected the rest outwards

(1/2)

#devops #docker #compose #containers #software

1 0 1 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

1 0 0 0
Original post on burningboard.net

Running Podman :podman: in production for years now, and I don't miss the Docker daemon one bit.

I just published a deep dive on managing OCI containers the Unix way: daemonless, rootless, and natively integrated with systemd via Quadlets.

I cover:
- Real secrets management
- Auto-updates via […]

0 8 0 0
Post image Post image

I run 21 OCI containers with Podman (and Quadlets!) on my ARM aarch64 server on Netcup with Red Hat Enterprise Linux (RHEL) 10.1. Memory utilization is a bit high, but the system is working absolutely stable for months.

TLS certificates and ingress-routing […]

[Original post on burningboard.net]

2 0 0 0
Post image Post image Post image Post image

PlaneAlert ICAO: A6C4DB Tail: N535V Flt: TWY69
Owner: DartContainerCorp
Aircraft: Gulfstream G500
2026-04-04 11:17:19 EDT
GLF5 RedSoloCup Containers Bizjet AsSeenonTV
adsb - wiki - adsbexchange

0 0 0 0

DOCKER

• containerization platform
• lightweight virtualization
• build once, run anywhere
• isolated environments
• faster deployment
• scalable applications
• image-based packaging
#Docker #DevOps #SoftwareEngineering #Containers

1 0 0 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

0 0 0 0
Preview
Qovery Qovery is the first Container as a Service (CaaS) platform that allows anyone to develop and deploy an application in just a few minutes. Just push your code, we handle the rest.

The latest update for #Qovery includes "Managing #Kubernetes deployment YAML across multi-#cloud enterprise fleets" and "GPU orchestration guide: How to auto-scale Kubernetes clusters and slash #AI infrastructure costs".

#DevOps #containers https://opsmtrs.com/3gQDx48

0 0 0 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

0 0 0 0
Preview
Modul CLOUDINFRA – Infrastruktur, Container und Cloud Native Das iSAQB®-Modul CLOUDINFRA vertieft dynamische Cloud-native Architekturen – mit Microservices, Containern, Skalierung, Ausfallsicherheit und Automatisierung.

⚡Probleme mit Cloud & Containern?

Lerne praxisnah Container Design, Logging & Monitoring, Cloud Storage & UI-Integration.
Modul CLOUDINFRA | Juni 2026

💰Bis 14. Mai bis zu 250 € sparen!

👉https://f.mtr.cool/yiooeizyxa
#CloudNative #Containers

0 0 0 0
Original post on mastodon.in4matics.cat

Docker vs Podman el 2026: qui guanya en infraestructures d'#IA? 🤖

Mentre que #Docker manté la seva maduresa, #Podman destaca per la seva arquitectura sense daemon i rootless, clau per a la seguretat en projectes de #DeepLearning. A més, la seva integració nativa amb #Kubernetes i l'absència de […]

2 1 0 0

docker compose in production — on 4grab.com

health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial.

https://4grab.com/pay.php?id=ptag_69c43b9ddbd65

#prompt #docker #devops #containers

0 0 0 0
Preview
Qovery Qovery is the first Container as a Service (CaaS) platform that allows anyone to develop and deploy an application in just a few minutes. Just push your code, we handle the rest.

The latest update for #Qovery includes "GPU orchestration guide: How to auto-scale #Kubernetes clusters and slash AI infrastructure costs" and "Stop Guessing, Start Shipping - #AI-Powered Deployment Troubleshooting".

#DevOps #containers #cloud https://opsmtrs.com/3gQDx48

0 0 0 0

The self-hosted community discusses where to install fail2ban when running exposed apps, a common question as more people move services behind reverse proxies and containers.

#devops #docker #containers

0 0 0 0