Join us

ContentUpdates and recent posts about ServiceNow..
Link
@varbear shared a link, 6 days, 18 hours ago
FAUN.dev()

Use Python for Scripting!

Shell scripts love to break across macOS and Linux. Blame all the GNU vs BSD quirks;sed,date,readlink, take your pick. The mess adds up fast, especially in build pipelines and CI systems. This post makes the case for a cleaner way:Python 3. Standard library. Predictable behavior. Same results whethe.. read more  

Use Python for Scripting!
Link
@varbear shared a link, 6 days, 18 hours ago
FAUN.dev()

How Reddit Migrated Comments Functionality from Python to Go

Reddit successfully migrated its monolithic, high-traffic Comments service from legacy Python to modern Go microservices with zero user disruption. This was achieved by using a "tap compare" for reads and isolated "sister datastores" for writes, ensuring safe verification of the new code against pro.. read more  

Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

Why Kubernetes Won: Perfect Timing & Developer Culture

Kubernetes won big because the stars aligned, DevOps took off, Docker exploded, and enterprises finally stopped side-eyeing open source. Then came the institutional tailwind: CNCF pushed hard, GCP bet big, and the rest followed. Kubernetes isn't just tech. It's a new operating model, built in the op.. read more  

Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

An In-Depth Look at Istio Ambient Mode with Calico

Tigera just wiredIstio Ambient Modeinto Calico. That means you getsidecarless service mesh, think mTLS, L4/L7 policy, and observability, without stuffing every pod with a sidecar. It’s all handled by lean zTunnel and Waypoint proxies. Ports stay visible, soCalico and Istio policiesplay nice. No rewr.. read more  

Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

Kubernetes Made Simple: A Guide for JVM Developers

A sharp walkthrough for JVM devs shipping aKotlin Spring Boot app on Kubernetes. It covers the full deployment arc, packaging with Docker, wiring upDeploymentandServicemanifests, and managing config withConfigMapsandSecrets. There's a cleanPostgreSQLintegration baked in. It even gets intoheader-base.. read more  

Kubernetes Made Simple: A Guide for JVM Developers
Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

Compose to Kubernetes to Cloud With Kanvas

Docker just droppedKanvas, a new visual toy for building multi-cloud Kubernetes setups, without drowning in YAML. It bolts onto Docker Desktop and runs onMeshery. Drag and drop services into a topology, then bring them to life across AWS, GCP, or Azure. Mix inpolicy-driven validationandreal-time mut.. read more  

Compose to Kubernetes to Cloud With Kanvas
Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

How to Add MCP Servers to ChatGPT

ChatGPT leveled up with fullModel Context Protocol (MCP)support. It can now run real developer tasks, scraping, writing to a database, even making GitHub commits, through secure, containerized tools in Docker. TheDocker MCP Toolkitconnects ChatGPT’s language smarts to production-safe tools like Stri.. read more  

How to Add MCP Servers to ChatGPT
Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

A Deep Dive into Kubernetes Headless Service

Headless Serviceis a powerfulKubernetesfeature enabling direct pod-to-pod communication forstateful applicationsand preciseservice discoverywithout traditional load balancing.No automatic load balancing, pod IP changes, andspecial use casesmake it ideal for specific scenarios, not general workloads... read more  

Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

The “Inception” of Kubernetes: A Deep Dive into vCluster Architecture and Benefits

vCluster, a CNCF sandbox project, spins up real-deal Kubernetes control planes inside pods. Each lives in its own namespace but behaves like a full cluster, admin access, CRDs, Helm, the works. It reuses the host’s worker nodes using a syncer that routes vCluster workloads onto the real thing... read more  

The “Inception” of Kubernetes: A Deep Dive into vCluster Architecture and Benefits
Link
@kaptain shared a link, 6 days, 18 hours ago
FAUN.dev()

Kubernetes 1.35 - New security features

Kubernetes 1.35 is done with legacy baggage. cgroups v1? Deprecated. Image pull credentials? Now re-verified by default—no more freeloading. kubectl SPDY API upgrades? Locked down. You’ll needcreatepermissions just to speak the protocol. Expect breakage if your workflows leaned on old assumptions. U.. read more  

Kubernetes 1.35 - New security features
ServiceNow is a cloud-based platform designed to help organizations manage and automate enterprise workflows, with a strong focus on IT service management (ITSM). It provides structured systems for incident management, problem management, change management, and service request handling, allowing teams to coordinate operational work at scale.

Beyond ITSM, ServiceNow is commonly used for IT operations management (ITOM), IT asset management (ITAM), security operations (SecOps), and enterprise service management across departments such as HR, customer service, and facilities. The platform acts as a central system of record, combining workflow automation, approvals, audit trails, and reporting.

In modern DevOps and cloud environments, ServiceNow is frequently integrated with monitoring, CI/CD, and cloud platforms to ingest alerts, create and update incident tickets, surface investigation timelines, and coordinate response across engineering and operations teams. It is often used as the authoritative interface for tracking the lifecycle of production incidents and operational changes.