Tag

Zadig

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Mar 5, 2024 · Cloud Native

Master Efficient Version Management and Release with Zadig’s Cloud‑Native Workflow

Zadig streamlines product delivery by offering a comprehensive version management and release process that guides engineers through creating versions, configuring environments, and executing production deployments for both K8s YAML and Helm Chart projects, enhancing transparency, control, and risk reduction.

Cloud NativeContinuous DeliveryHelm
0 likes · 8 min read
Master Efficient Version Management and Release with Zadig’s Cloud‑Native Workflow
Ops Development Stories
Ops Development Stories
Mar 3, 2023 · Cloud Native

Integrating Gitee with Zadig for Seamless Microservice CI/CD

This guide walks you through adding a Gitee code source to Zadig, configuring a microservice-demo project with Vue.js frontend and Golang backend, setting up services, builds, environments, workflows, and automatic triggers to achieve end‑to‑end continuous delivery on Kubernetes.

GiteeIntegrationZadig
0 likes · 8 min read
Integrating Gitee with Zadig for Seamless Microservice CI/CD
Ops Development Stories
Ops Development Stories
Aug 9, 2022 · Operations

How GitOps Powers Automated Deployments: Push vs Pull Strategies Explained

GitOps, introduced by WeaveWorks in 2017, treats application configurations as code stored in Git, enabling versioned, automated, and standardized deployments, with two main strategies—Push and Pull—each offering distinct advantages, and Zadig’s implementation showcases practical automation for code, environment, and service changes.

Continuous DeliveryDevOpsGitOps
0 likes · 6 min read
How GitOps Powers Automated Deployments: Push vs Pull Strategies Explained
Ops Development Stories
Ops Development Stories
Jul 26, 2022 · Cloud Native

How to Deploy Microservices with Zadig: Direct Host and Jumpbox Strategies

This guide explains how to use Zadig’s cloud‑native continuous delivery platform to deploy a sample vm‑microservice‑demo project, covering two connection methods—direct host deployment and jump‑box (bastion) deployment—including host configuration, project and service setup, build and deployment scripts, and workflow automation.

AnsibleBastion HostContinuous Delivery
0 likes · 10 min read
How to Deploy Microservices with Zadig: Direct Host and Jumpbox Strategies
Ops Development Stories
Ops Development Stories
Jun 14, 2022 · Operations

Master Remote Debugging and Service Management with Zadig Toolkit in VS Code

Zadig Toolkit, a VS Code extension from KodeRover, lets developers view and manage Zadig environments, restart services, switch images, debug remotely, and sync code without committing or building images, providing step‑by‑step guidance on installation, configuration, remote debugging, and service inspection.

Cloud NativeDevOpsVS Code
0 likes · 6 min read
Master Remote Debugging and Service Management with Zadig Toolkit in VS Code
Ops Development Stories
Ops Development Stories
Jun 12, 2022 · Cloud Native

How to Deploy and Manage Applications with Zadig: A Step‑by‑Step Guide

This comprehensive guide walks you through installing, configuring, and upgrading the cloud‑native continuous delivery platform Zadig—including MySQL setup, Helm chart deployment, GitLab integration, environment and pipeline management, and optional SonarQube code scanning—providing practical commands and screenshots for end‑to‑end implementation.

DevOpsGitLabHelm
0 likes · 21 min read
How to Deploy and Manage Applications with Zadig: A Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
Jun 9, 2022 · Operations

Boost Code Quality in Zadig: A 3‑Step SonarQube Integration Guide

This article explains how to integrate SonarQube into Zadig to automatically scan code in the pkg directory, configure scans, trigger them via webhooks, and view results, providing a practical three‑step workflow that enhances code quality and reduces delivery risk.

Code QualityWebhookZadig
0 likes · 5 min read
Boost Code Quality in Zadig: A 3‑Step SonarQube Integration Guide
Ops Development Stories
Ops Development Stories
May 20, 2022 · Cloud Native

How to Use Zadig’s Self‑Test Mode for Isolated Microservice Development with Istio and SkyWalking

This guide explains how to leverage Zadig v1.11.0’s environment self‑test mode to create isolated developer sub‑environments for large‑scale microservice projects, using Istio’s traffic routing and SkyWalking tracing, detailing prerequisite components, configuration of a PiggyMetrics Spring Boot example, and step‑by‑step verification via Kubernetes commands and curl requests.

Self-testSkyWalkingZadig
0 likes · 11 min read
How to Use Zadig’s Self‑Test Mode for Isolated Microservice Development with Istio and SkyWalking