Tagged articles
2383 articles
Page 8 of 24
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 27, 2024 · Frontend Development

Understanding Nginx for Frontend Deployment: Practical Scenarios, Containerized Setup, and Common Pitfalls

This article explains why front‑end developers should master Nginx, covering login and interview scenarios, step‑by‑step containerized deployment with Docker, custom error pages, DNS caching issues, and practical tips to improve both production reliability and interview answers.

ContainerizationDockerInterview
0 likes · 13 min read
Understanding Nginx for Frontend Deployment: Practical Scenarios, Containerized Setup, and Common Pitfalls
dbaplus Community
dbaplus Community
Aug 25, 2024 · Databases

Boost Real‑Time App Performance with ReadySet: A Hands‑On Guide to SQL Caching

This article introduces ReadySet, an open‑source SQL caching layer for MySQL and PostgreSQL, explains its architecture and advantages, and provides step‑by‑step instructions for installing the Docker image, configuring connections, creating caches, and testing query performance to achieve millisecond‑level response times.

DatabaseDockerMySQL
0 likes · 7 min read
Boost Real‑Time App Performance with ReadySet: A Hands‑On Guide to SQL Caching
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 20, 2024 · Cloud Native

Create a Custom Kubernetes Health‑Check Script that Auto‑Restarts Unhealthy Pods

To prevent service disruption caused by overly aggressive or sluggish Kubernetes liveness and readiness probes, this guide shows how to implement a custom health‑check script that periodically tests a service endpoint, exits the container on failure, and lets Kubernetes automatically restart the pod.

Container RestartCustom ScriptDocker
0 likes · 5 min read
Create a Custom Kubernetes Health‑Check Script that Auto‑Restarts Unhealthy Pods
Architecture Development Notes
Architecture Development Notes
Aug 19, 2024 · Cloud Native

10 Essential Docker Best Practices to Boost Efficiency and Security

This guide presents ten essential Docker best practices—from choosing official images and minimizing layers to leveraging multi‑stage builds, .dockerignore, Compose, volumes, resource constraints, security, monitoring, and CI/CD automation—helping developers create efficient, secure, and maintainable containerized applications.

Best PracticesContainerizationDevOps
0 likes · 14 min read
10 Essential Docker Best Practices to Boost Efficiency and Security
MaGe Linux Operations
MaGe Linux Operations
Aug 14, 2024 · Cloud Native

Master Docker: Core Concepts, Installation, and Essential Commands

This guide introduces Docker’s fundamental concepts, explains its advantages and architecture, walks through installation steps, and provides a comprehensive list of common Docker commands for managing images and containers, including practical examples such as setting up SSH access within a container.

Container ManagementContainerizationDevOps
0 likes · 11 min read
Master Docker: Core Concepts, Installation, and Essential Commands
Go Programming World
Go Programming World
Aug 13, 2024 · Operations

Building Multi‑Platform Docker Images with Docker Buildx

This tutorial explains how to install Docker Buildx, create and manage builders, and use QEMU emulation or Go cross‑compilation to produce multi‑platform Docker images, covering command syntax, driver options, global BuildKit variables, and how to push or load the resulting images.

BuildKitContainerDocker
0 likes · 20 min read
Building Multi‑Platform Docker Images with Docker Buildx
Architect's Guide
Architect's Guide
Aug 11, 2024 · Operations

Comprehensive Guide to Using Apollo Distributed Configuration Center

This article provides an in‑depth tutorial on Apollo, Ctrip's open‑source distributed configuration center, covering its core concepts, architecture, four‑dimensional configuration model, client design, deployment, and step‑by‑step instructions for creating projects, adding configurations, testing dynamic updates, and running the service in Kubernetes with Docker.

ApolloConfiguration CenterDocker
0 likes · 22 min read
Comprehensive Guide to Using Apollo Distributed Configuration Center
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 4, 2024 · Cloud Native

How to Build a High-Performance, Highly-Available Production Kubernetes Cluster

This guide walks you through planning, configuring, and deploying a production‑grade Kubernetes cluster with high performance and availability, covering host planning, HA load balancing with keepalived and HAProxy, Harbor setup, node initialization, and essential system tweaks, all illustrated with ready‑to‑run code snippets.

DockerHALoadBalancing
0 likes · 12 min read
How to Build a High-Performance, Highly-Available Production Kubernetes Cluster
Java Tech Enthusiast
Java Tech Enthusiast
Aug 3, 2024 · Cloud Native

Understanding Docker: Architecture, Workflow, and Ecosystem

Docker is a lightweight container platform that uses a client, a host daemon, and a registry to build images from Dockerfiles, push them to repositories, and run isolated containers, while integrating with Docker Swarm and Kubernetes to support modern CI/CD pipelines and micro‑service architectures.

ContainerizationDockerDockerfile
0 likes · 7 min read
Understanding Docker: Architecture, Workflow, and Ecosystem
DevOps Cloud Academy
DevOps Cloud Academy
Jul 30, 2024 · Operations

Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners

This article details a comprehensive DevSecOps pipeline that uses Jenkins for CI/CD, Dependency‑Track and DefectDojo for SBOM management, SonarQube and Trivy for static and container scanning, Docker for image builds, and ArgoCD with Kubernetes for automated deployments, illustrating each stage with full code examples.

ArgoCDDevOpsDocker
0 likes · 15 min read
Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 25, 2024 · Cloud Native

Master Docker & Containerd Image Push/Pull: Secure Registry Configuration

This guide explains how to configure Docker and Containerd to correctly set image push and pull parameters for both HTTP and HTTPS registries, covering insecure registry settings, certificate management, host resolution, and command‑line examples using docker, ctr, crictl, and nerdctl to ensure efficient and secure container image handling.

DockerImage Registrycloud-native
0 likes · 12 min read
Master Docker & Containerd Image Push/Pull: Secure Registry Configuration
Code Mala Tang
Code Mala Tang
Jul 24, 2024 · Operations

Master GitLab CI/CD: Build, Test, Deploy Efficiently with Real-World Examples

GitLab CI/CD provides a powerful, automated workflow for building, testing, and deploying code, and this guide explains its core concepts—jobs, pipelines, stages, artifacts, dependencies, conditional execution—while offering detailed .gitlab-ci.yml examples, local debugging techniques, caching strategies, environment isolation, and security best practices.

CI/CD pipelinesDockerGitLab CI/CD
0 likes · 14 min read
Master GitLab CI/CD: Build, Test, Deploy Efficiently with Real-World Examples
Java Architect Essentials
Java Architect Essentials
Jul 23, 2024 · Cloud Native

Guide to Installing and Using MinIO with Spring Boot and Docker

This article provides a comprehensive guide to installing MinIO on CentOS 7, configuring it with Docker, integrating it into a Spring Boot application, and implementing file upload, download, and multipart upload features using MinIO's Java SDK, along with troubleshooting tips and code examples.

DockerJavaMinio
0 likes · 23 min read
Guide to Installing and Using MinIO with Spring Boot and Docker
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 18, 2024 · Operations

How to Install and Secure Docker in Production Environments

Learn step-by-step how to prepare your Linux server, download and install Docker 20.10.24 manually, configure daemon settings, set up systemd service, start and verify the engine, and apply essential security and optimization practices for reliable production deployments.

ContainerDockerLinux
0 likes · 5 min read
How to Install and Secure Docker in Production Environments
Open Source Tech Hub
Open Source Tech Hub
Jul 9, 2024 · Databases

How to Deploy and Use SQLite-Web: A Web‑Based SQLite Database Manager

This guide introduces SQLite‑Web, a Python‑based web interface for SQLite, explains how to build and run its Docker image, details the command‑line options for configuring ports, hosts, authentication, and other features, and shows how to manage, query, and export SQLite databases through the browser.

DockerPythonSQLite
0 likes · 6 min read
How to Deploy and Use SQLite-Web: A Web‑Based SQLite Database Manager
Code Mala Tang
Code Mala Tang
Jul 9, 2024 · Cloud Native

Why Front‑End Developers Should Master Docker: A Hands‑On Guide

This guide explains why front‑end developers need Docker, introduces core concepts, walks through installing Docker, building and running a simple container, using Docker Compose for a full‑stack React‑Node app, and shares practical configuration tips to ensure consistent, efficient development across environments.

DevOpsDockerdocker-compose
0 likes · 10 min read
Why Front‑End Developers Should Master Docker: A Hands‑On Guide
Top Architect
Top Architect
Jul 9, 2024 · Backend Development

Why Docker May Not Be Suitable for Running MySQL: Data Security, Performance, State, and Resource Isolation Issues

The article examines the drawbacks of deploying MySQL in Docker containers, highlighting concerns about data security, I/O performance bottlenecks, stateful service limitations, and resource isolation challenges, while also offering mitigation strategies and scenarios where containerization can still be viable.

ContainerizationDataSecurityDocker
0 likes · 9 min read
Why Docker May Not Be Suitable for Running MySQL: Data Security, Performance, State, and Resource Isolation Issues
macrozheng
macrozheng
Jul 9, 2024 · Operations

Master Lightweight CI/CD with Drone and Gogs: Step-by-Step Docker Deployment

Learn how to set up a lightweight, container‑based CI/CD pipeline using Drone and Gogs, install both tools via Docker, configure servers and runners, write .drone.yml scripts, and automate building and deploying a SpringBoot e‑commerce project, all with minimal memory usage.

DockerGogsSpringBoot
0 likes · 11 min read
Master Lightweight CI/CD with Drone and Gogs: Step-by-Step Docker Deployment
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jul 3, 2024 · Artificial Intelligence

Deploy ChatGLM3‑6B with FastGPT, One‑API, and M3E on Linux

This guide walks you through deploying the ChatGLM3‑6B large language model locally, adding the M3E vector embedding model, setting up One‑API and FastGPT with Docker, configuring environments, fine‑tuning with LoRA, and testing the integrated knowledge‑base Q&A system.

ChatGLM3DockerFastGPT
0 likes · 15 min read
Deploy ChatGLM3‑6B with FastGPT, One‑API, and M3E on Linux
macrozheng
macrozheng
Jul 3, 2024 · Operations

How to Visualize SpringBoot Metrics with Grafana and Prometheus Using Docker

This guide walks through installing Grafana and Prometheus with Docker, configuring node_exporter to collect system metrics, adding SpringBoot Actuator and Micrometer for application metrics, setting up Prometheus scrape jobs, and importing ready‑made Grafana dashboards to achieve real‑time monitoring and alerting.

DockerGrafanaPrometheus
0 likes · 10 min read
How to Visualize SpringBoot Metrics with Grafana and Prometheus Using Docker
Open Source Linux
Open Source Linux
Jul 3, 2024 · Cloud Native

How Docker Uses PID Namespaces to Isolate Containers: A Deep Dive

This article explains Docker’s core isolation mechanisms, focusing on how Cgroups and PID namespaces create separate process spaces, demonstrating with Ubuntu container commands, and clarifying why each container sees its own PID 1 despite the host’s actual process IDs.

DockerLinuxNamespace
0 likes · 6 min read
How Docker Uses PID Namespaces to Isolate Containers: A Deep Dive
MaGe Linux Operations
MaGe Linux Operations
Jun 30, 2024 · Information Security

How to Break Out of Docker Containers and Gain Root Access on Linux

This tutorial walks through Docker privilege‑escalation techniques, showing how to enumerate Docker permissions, exploit docker group membership, use GTFOBins and LinPEAS, and break out of both privileged and non‑privileged containers to obtain a root shell on the host.

DockerLinuxRoot Access
0 likes · 25 min read
How to Break Out of Docker Containers and Gain Root Access on Linux
Eric Tech Circle
Eric Tech Circle
Jun 30, 2024 · Information Security

Build Enterprise SSO Fast: Keycloak, SpringBoot, OAuth2 & JWT Guide

This article provides a comprehensive walkthrough of Single Sign‑On (SSO) concepts, common protocols, login flow diagrams, and multiple implementation options, then dives into step‑by‑step deployment of an enterprise‑grade SSO system using Keycloak with Docker or Kubernetes, including configuration, client setup, custom extensions, and practical code snippets.

AuthenticationDockerJWT
0 likes · 17 min read
Build Enterprise SSO Fast: Keycloak, SpringBoot, OAuth2 & JWT Guide
Architecture Digest
Architecture Digest
Jun 30, 2024 · Cloud Native

Why Docker May Not Be Suitable for Running MySQL: N Reasons Explained

The article analyzes why deploying MySQL in Docker containers can lead to data‑security, performance, state‑management and resource‑isolation problems, while also outlining scenarios where containerizing MySQL might be feasible and offering practical mitigation strategies.

ContainerizationData SecurityDocker
0 likes · 6 min read
Why Docker May Not Be Suitable for Running MySQL: N Reasons Explained
Top Architect
Top Architect
Jun 27, 2024 · Cloud Computing

Comprehensive Guide to Installing and Using MinIO with Spring Boot and Docker

This article provides a detailed tutorial on installing MinIO on CentOS 7 using Docker, configuring it, integrating with Spring Boot for multipart upload, generating presigned URLs, and includes complete Java code examples for utilities and controllers, covering use cases, deployment steps, and troubleshooting tips.

DockerJavaMinio
0 likes · 24 min read
Comprehensive Guide to Installing and Using MinIO with Spring Boot and Docker
Open Source Tech Hub
Open Source Tech Hub
Jun 23, 2024 · Backend Development

Why PHP Climbed to #15 in TIOBE’s June Rankings: Resilience and Future Outlook

The article examines PHP’s rise to the 15th spot in the TIOBE June index, analyzing its deep web roots, mature frameworks, performance gains, vibrant community, and integration with modern technologies like Docker and front‑end frameworks, while also discussing future challenges such as scalability, type safety, and cloud‑native adoption.

Backend DevelopmentCommunityDocker
0 likes · 8 min read
Why PHP Climbed to #15 in TIOBE’s June Rankings: Resilience and Future Outlook
Programmer DD
Programmer DD
Jun 21, 2024 · Backend Development

Build a Lightweight Java Logging System with Loki, Loki4j, and Grafana

Learn how to set up a simple yet powerful Java logging solution by installing Loki and Grafana via Docker, configuring Loki4j in a Spring Boot project, and visualizing logs in Grafana dashboards, with step‑by‑step instructions and essential code snippets.

DockerGrafanaJava
0 likes · 8 min read
Build a Lightweight Java Logging System with Loki, Loki4j, and Grafana
DevOps Operations Practice
DevOps Operations Practice
Jun 20, 2024 · Cloud Native

Three Free Docker Visual Management Tools: Docker Desktop, Portainer, and Docker UI

This article introduces three free and user-friendly Docker visual management tools—Docker Desktop, Portainer, and Docker UI—detailing their key features such as cross‑platform support, graphical interfaces, container and image management, monitoring, and multi‑platform compatibility to help developers simplify container operations.

Container ManagementDevOpsDocker
0 likes · 5 min read
Three Free Docker Visual Management Tools: Docker Desktop, Portainer, and Docker UI
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 19, 2024 · Backend Development

Building and Deploying a Go‑Gin Web Application with Docker: From Installation to Comparison with Koa

This tutorial walks through installing Go, using the Go‑Gin framework, creating a simple cron‑enabled web service, building Docker images with and without multi‑stage builds, pushing them to a registry, deploying on a server, and comparing the final image size with an equivalent Koa implementation.

Backend DevelopmentContainerizationDocker
0 likes · 11 min read
Building and Deploying a Go‑Gin Web Application with Docker: From Installation to Comparison with Koa
IT Architects Alliance
IT Architects Alliance
Jun 18, 2024 · Cloud Native

Case Study of a Business Middle‑Platform Architecture Using SpringBoot, Kong API Gateway, MyCat, and K8s

This article presents a comprehensive case study of a high‑traffic business middle‑platform built with SpringBoot microservices, Kong API Gateway, MyCat‑sharded MySQL, Docker containerization, Kubernetes orchestration, CI/CD pipelines, and monitoring tools, detailing design decisions, implementation tricks, and operational lessons learned.

DevOpsDockerKong
0 likes · 17 min read
Case Study of a Business Middle‑Platform Architecture Using SpringBoot, Kong API Gateway, MyCat, and K8s
Alibaba Cloud Native
Alibaba Cloud Native
Jun 18, 2024 · Cloud Native

Streamline Multi‑Environment Docker Image Promotion with Flow Pipelines

This guide explains how to manage container image artifacts across test, pre‑release, and production stages using Alibaba Cloud's Flow pipelines, detailing two best‑practice approaches—retrieving images via Flow pipeline sources or ACR artifact sources—and an advanced workflow that adds automatic image scanning for security compliance.

ACRDockerImage Promotion
0 likes · 8 min read
Streamline Multi‑Environment Docker Image Promotion with Flow Pipelines
DevOps Cloud Academy
DevOps Cloud Academy
Jun 17, 2024 · Cloud Native

Comprehensive Guide to Setting Up a CI/CD Pipeline with Jenkins, Docker, SonarQube, and ArgoCD on AWS and Kubernetes

This step‑by‑step tutorial explains how to configure a full CI/CD pipeline using Jenkins, Maven, Docker, SonarQube, Helm, and ArgoCD on an AWS EC2 instance with Kubernetes, covering version‑control setup, instance provisioning, credential management, pipeline scripting, and automated deployment.

ArgoCDDockerJenkins
0 likes · 20 min read
Comprehensive Guide to Setting Up a CI/CD Pipeline with Jenkins, Docker, SonarQube, and ArgoCD on AWS and Kubernetes
Architect
Architect
Jun 13, 2024 · Cloud Native

How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA

This guide walks through setting up Docker on Windows, creating a Dockerfile for a SpringBoot service, using IntelliJ IDEA to build the image, testing the container locally, and finally deploying the image to a Linux server with proper volume and port mappings.

Container DeploymentDockerDockerfile
0 likes · 11 min read
How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA
Architect
Architect
Jun 12, 2024 · Backend Development

Scaling a Consumer‑Goods Business Platform to 10M Daily Calls with SpringBoot, Kong, and K8s

The article details a real‑world case study of building and operating a high‑traffic business middle‑platform for a leading consumer‑goods company, covering business and technical architecture, API gateway selection, SpringBoot microservices, custom MyBatis, logging, SSL, Docker, MyCat sharding, K8s deployment, CI/CD pipeline, and monitoring solutions.

DevOpsDockerKong
0 likes · 19 min read
Scaling a Consumer‑Goods Business Platform to 10M Daily Calls with SpringBoot, Kong, and K8s
ITPUB
ITPUB
Jun 8, 2024 · Operations

How to Prevent Catastrophic Data Loss with Automated MySQL and File Backups

This guide explains why accidental database deletion is a serious risk, outlines essential permission and logging measures, and provides step‑by‑step scripts and cron jobs to automatically back up MySQL databases and critical files using Docker, OpenSSL, rsync, and expect.

DockerLinuxMySQL
0 likes · 10 min read
How to Prevent Catastrophic Data Loss with Automated MySQL and File Backups
Open Source Linux
Open Source Linux
Jun 7, 2024 · Backend Development

How Docker Transforms Go Web App Development and Deployment

This tutorial explains how Docker can streamline building, testing, and deploying Go web applications, introduces the use of Semaphore for continuous deployment, and walks through creating development and production Dockerfiles, configuring CI/CD pipelines, and managing updates on the server.

Continuous DeploymentDockerGo
0 likes · 25 min read
How Docker Transforms Go Web App Development and Deployment
DevOps Operations Practice
DevOps Operations Practice
Jun 6, 2024 · Cloud Native

Step‑by‑Step Guide to Deploying an Enterprise‑Grade Harbor Private Registry

This article explains why enterprises need a private Docker registry, introduces the open‑source Harbor project, outlines its architecture and hardware/software requirements, and provides detailed installation, configuration, and usage instructions—including Docker, Docker‑Compose, and Harbor setup commands—to get a secure, CNCF‑certified container image repository up and running.

CNCFDevOpsDocker
0 likes · 7 min read
Step‑by‑Step Guide to Deploying an Enterprise‑Grade Harbor Private Registry
Ops Development Stories
Ops Development Stories
Jun 4, 2024 · Cloud Native

Build an Enterprise CI/CD Platform with Jenkins, Docker, and Kubernetes

This tutorial walks through using the Ruoyi project to set up a full CI/CD pipeline with Jenkins, custom Docker base images, Kubernetes deployments, and automated notifications, covering environment preparation, pipeline design, Dockerfile creation, Jenkins configuration, GitLab webhooks, and deployment verification across DEV, UAT, and PROD stages.

DevOpsDockerJenkins
0 likes · 24 min read
Build an Enterprise CI/CD Platform with Jenkins, Docker, and Kubernetes
DevOps Operations Practice
DevOps Operations Practice
May 30, 2024 · Operations

Introducing Karma: A Prometheus Alert Dashboard Tool

This article introduces Karma, a Docker‑deployed Prometheus alert dashboard that aggregates multiple Alertmanager instances, explains its installation requirements, and details key features such as visual alert aggregation, tag‑based grouping, and silence management, positioning it as a valuable operations tool.

Alert DashboardAlertmanagerDocker
0 likes · 4 min read
Introducing Karma: A Prometheus Alert Dashboard Tool
Alibaba Cloud Native
Alibaba Cloud Native
May 30, 2024 · Cloud Native

Translate CS Textbooks Instantly with AI: A Hands‑On Higress Cloud‑Native Guide

This guide shows how to use free AI translation tools—Immersive Translate and OpenAI Translator—together with the Higress cloud‑native AI‑proxy plugin, configuring Docker, model mappings, and custom dictionaries to efficiently translate computer‑science textbooks like Rust and Crafting Interpreters, while comparing machine and human translations.

AI translationDockerHigress
0 likes · 11 min read
Translate CS Textbooks Instantly with AI: A Hands‑On Higress Cloud‑Native Guide
Open Source Linux
Open Source Linux
May 28, 2024 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide walks you through Linux container fundamentals, Docker architecture, image lifecycle, command‑line operations, volume handling, Dockerfile creation, network configurations, registry setup, Docker‑Compose orchestration, and best practices for production‑grade container deployments.

ContainersDockerDockerfile
0 likes · 38 min read
Master Docker: From Basics to Advanced Container Management
DataFunTalk
DataFunTalk
May 23, 2024 · Big Data

Berserker Big Data Platform: Architecture, Development Practices, and Operational Enhancements

This article presents a comprehensive overview of the Berserker big‑data platform, detailing its overall design, data‑development components, key architectural challenges such as state management, release processes, two‑phase commit, RPC duplication, task routing, message handling, execution isolation, dependency model redesign, and outlines future work including stateless execution nodes, Kubernetes integration, and unified stream‑batch processing.

Big DataData PlatformDistributed Scheduling
0 likes · 15 min read
Berserker Big Data Platform: Architecture, Development Practices, and Operational Enhancements
Eric Tech Circle
Eric Tech Circle
May 22, 2024 · Artificial Intelligence

Deploy and Build AI Apps with Dify: A Complete Open‑Source Guide

This article introduces Dify, an open‑source LLM application platform, outlines its core features such as workflows, model support, RAG pipelines, agents, and observability, compares it with alternatives, and provides step‑by‑step deployment instructions using Docker Compose and Helm for local and Kubernetes environments.

AI platformDockerLLM
0 likes · 7 min read
Deploy and Build AI Apps with Dify: A Complete Open‑Source Guide
macrozheng
macrozheng
May 22, 2024 · Big Data

How to Install and Use DataEase: An Open‑Source Big Data Visualization Tool

This guide introduces DataEase, an open‑source BI platform built with SpringBoot, Apache Doris, and Kettle, walks through its architecture, provides step‑by‑step Docker‑based installation, and demonstrates how to create datasets, visualizations, and dashboards from Excel and MySQL sources.

Apache DorisBIData visualization
0 likes · 13 min read
How to Install and Use DataEase: An Open‑Source Big Data Visualization Tool
MaGe Linux Operations
MaGe Linux Operations
May 16, 2024 · Cloud Native

How to Build a Docker Swarm Cluster with Portainer Visualization on Debian

This guide walks through setting up a Docker Swarm cluster on Debian nodes, configuring networking and ports, adding manager and worker nodes, deploying Portainer for visual management in both single‑node and swarm modes, and demonstrates container deployment, load balancing, and scaling using Portainer’s UI.

ClusterContainerDocker
0 likes · 10 min read
How to Build a Docker Swarm Cluster with Portainer Visualization on Debian
Open Source Tech Hub
Open Source Tech Hub
May 16, 2024 · Artificial Intelligence

Deploy and Run Llama 3 Locally with Ollama in Minutes

This guide explains how to download a GGUF‑format Llama 3 model, create a Modelfile, use Ollama commands to build and run the model locally, test it, and interact via the built‑in REST API, including useful Docker and model‑management tips.

DockerGGUFLLM
0 likes · 7 min read
Deploy and Run Llama 3 Locally with Ollama in Minutes
Alibaba Cloud Native
Alibaba Cloud Native
May 15, 2024 · Cloud Native

Build a Cloud‑Native Playground to Compare GPT‑4o and Qwen‑2.5 with NextChat and Higress

This article walks through setting up a cloud‑native test environment using the open‑source NextChat UI and Higress API gateway to let Qwen‑2.5 masquerade as GPT‑4o, enabling a side‑by‑side comparison of their responses while showcasing Higress’s streaming, hot‑update, and security features for AI workloads.

AI gatewayDockerGPT-4o
0 likes · 8 min read
Build a Cloud‑Native Playground to Compare GPT‑4o and Qwen‑2.5 with NextChat and Higress
MaGe Linux Operations
MaGe Linux Operations
May 10, 2024 · Cloud Native

How to Set Up a Secure Kubernetes Dashboard Without RBAC

Learn step-by-step how to download the Kubernetes dashboard YAML, prepare offline images, modify the deployment to use a private registry, configure the API server address, create the service, verify its status, and access the dashboard via a browser, all without RBAC.

Dockercloud-nativedashboard
0 likes · 3 min read
How to Set Up a Secure Kubernetes Dashboard Without RBAC
Liangxu Linux
Liangxu Linux
May 7, 2024 · Cloud Native

Unlocking Docker: From Containers to Compose, Swarm, and Kubernetes

This article explains Docker’s role as a container platform, covering basic concepts like images and Dockerfiles, the architecture of Docker Engine, and how Docker Compose, Swarm, and Kubernetes extend container orchestration across multiple services and hosts.

ContainersDockerDockerfile
0 likes · 13 min read
Unlocking Docker: From Containers to Compose, Swarm, and Kubernetes
Selected Java Interview Questions
Selected Java Interview Questions
May 5, 2024 · Backend Development

Deploying Redis Sentinel with Portainer and Integrating It into Spring Boot

This tutorial walks through installing Portainer, using Docker‑compose to set up a Redis master‑slave‑sentinel architecture, creating a custom bridge network, testing failover, and finally configuring a Spring Boot application to connect to the Sentinel cluster with Lettuce and connection‑pool settings.

BackendDockerRedis Sentinel
0 likes · 14 min read
Deploying Redis Sentinel with Portainer and Integrating It into Spring Boot
Java Tech Enthusiast
Java Tech Enthusiast
May 3, 2024 · Cloud Computing

Physical Servers vs VPS/ECS vs Docker: Which One Fits Your Needs?

This article explains the differences between physical servers, virtual private servers (VPS), elastic compute services (ECS), and Docker containers, discusses their advantages and limitations, and offers practical guidance on selecting the right server solution for individuals and small businesses.

Cloud ComputingDockerECS
0 likes · 7 min read
Physical Servers vs VPS/ECS vs Docker: Which One Fits Your Needs?
Python Programming Learning Circle
Python Programming Learning Circle
Apr 30, 2024 · Cloud Native

Choosing the Right Docker Base Image for Python Applications: Requirements, Size, and Build‑Time Comparison

This article evaluates several Linux‑based Docker base images for Python applications, outlining stability, security, library availability, and size requirements, then compares Ubuntu, CentOS, Debian, Amazon Linux 2, official Python images and Alpine in terms of image size and build time, concluding with practical recommendations.

AlpineBase ImageBuild Time
0 likes · 17 min read
Choosing the Right Docker Base Image for Python Applications: Requirements, Size, and Build‑Time Comparison
21CTO
21CTO
Apr 28, 2024 · Artificial Intelligence

Run Meta Llama 3 Locally on Apple Silicon Macs with Ollama & OpenWebUI

This step‑by‑step guide shows how to install Ollama on Apple Silicon Macs, choose between Meta Llama 3 8B or 70B models, run them via Docker‑powered OpenWebUI, and interact with the LLM through a ChatGPT‑like interface, all while keeping data private.

Apple SiliconDockerMeta Llama 3
0 likes · 5 min read
Run Meta Llama 3 Locally on Apple Silicon Macs with Ollama & OpenWebUI