Tag

Fabric8

0 views collected around this technical thread.

FunTester
FunTester
Apr 5, 2025 · Cloud Native

Using Fabric8 OpenShift Client DSL to Manage OpenShift Resources

This guide demonstrates how to use the Fabric8 OpenShift client DSL in Java to initialize an OpenShift client, create and manage resources such as DeploymentConfig, Route, BuildConfig, Project, ImageStream, and various policies, and perform listing and deletion operations with code examples.

Client DSLFabric8Java
0 likes · 11 min read
Using Fabric8 OpenShift Client DSL to Manage OpenShift Resources
FunTester
FunTester
Mar 20, 2025 · Cloud Native

Kubernetes Java Client Initialization and DSL Usage Guide

This article demonstrates how to initialize a Kubernetes Java client, configure it with default or custom kubeconfig, and provides comprehensive DSL examples for managing Pods, Services, Deployments, ReplicaSets, including creation, listing, updating, watching, port forwarding, and cleanup, with full code snippets throughout.

ClientDevOpsFabric8
0 likes · 17 min read
Kubernetes Java Client Initialization and DSL Usage Guide