Tagged articles
8 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jun 26, 2024 · Cloud Native

How Headless Services Enable Direct Pod Access in Kubernetes

This article explains what headless services are, how they differ from regular Kubernetes services, their DNS‑based discovery mechanism, practical examples with OpenLDAP and Kafka Zookeeper, and how to include unready pods using annotations, providing a comprehensive guide for stateful workloads.

DNSKubernetesStatefulSet
0 likes · 14 min read
How Headless Services Enable Direct Pod Access in Kubernetes
The Dominant Programmer
The Dominant Programmer
Sep 20, 2021 · Backend Development

Convert DOC to HTML with Spring Boot and OpenOffice: A Step-by-Step Guide

This guide walks through installing OpenOffice on a Windows server, launching its headless service, adding jodconverter dependencies to a Spring Boot project, configuring conversion settings, writing a controller to transform DOC files into HTML, and invoking the endpoint from a Vue front‑end, with troubleshooting tips.

JavaMavenSpring Boot
0 likes · 7 min read
Convert DOC to HTML with Spring Boot and OpenOffice: A Step-by-Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Nov 25, 2019 · Cloud Native

Mastering Kubernetes Service: Discovery, Load Balancing, and External Access

This article explains why service discovery is essential in Kubernetes, details the architecture and syntax of K8s Service, shows how to create and inspect services, demonstrates internal and external access methods—including headless services—and provides a step‑by‑step demo on Alibaba Cloud Container Service.

KubernetesServiceheadless-service
0 likes · 19 min read
Mastering Kubernetes Service: Discovery, Load Balancing, and External Access