Deploy DeepSeek-R1 on Kubernetes using Ollama for inference and Open WebUI for seamless interaction. Supports local setups like KIND or cloud deployment.
Docker and Kubernetes enable scalable, resilient mobile backends with auto-scaling and monitoring. CI/CD, caching, and Istio enhance performance and security.
Karpenter is no longer officially supported by kOps. This blog walks you through the step-by-step process of deploying Karpenter on a kOps-managed AWS Kubernetes cluster.
Build OCI images without a Dockerfile using Cloud Native Buildpacks. Automate best practices, enhance security, and streamline deployment effortlessly.
Testcontainers allows you to spin up lightweight, disposable containers for databases, messaging systems, and more, ensuring your tests are isolated and predictable
This blog provides a step-by-step guide to installing and validating Kata Containers on IBM Cloud, covering essential configurations and hands-on deployment.
We will explore the importance of eXplanation in fraud detection models and learn how it can help to understand different patterns of fraud in our system.
Azure Cosmos DB Emulator simplifies local development by enabling testing without Azure costs. This example uses it as a service container for CI workflows.
Video deduplication optimizes storage by removing duplicates using techniques like segmentation, embeddings, and clustering to manage massive datasets efficiently.
Learn to efficiently deduplicate 100M+ images using distributed architectures, embeddings, FAISS for ANN search, and clustering to ensure accurate results.
This article discusses using a Kubernetes sidecar for container checkpointing: build, push, deploy to K8s, and trigger checkpoints via API for state management.