Tagged articles
8 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Feb 2, 2024 · Cloud Native

Connect Java Maven Apps to Kubernetes with kubeconfig & ServiceAccount

This guide demonstrates how to set up a Maven project with the Fabric8 Kubernetes Java client, configure minimal kubeconfig or ServiceAccount credentials, and use sample code to list namespaces, illustrating essential steps for connecting Java applications to a Kubernetes cluster with minimal configuration.

Fabric8KubernetesServiceAccount
0 likes · 6 min read
Connect Java Maven Apps to Kubernetes with kubeconfig & ServiceAccount
Ops Development Stories
Ops Development Stories
May 31, 2021 · Cloud Native

Effortlessly Manage Multiple Kubernetes Clusters with kubecm

Learn how to install kubecm, merge multiple kubeconfig files, list, switch, and delete cluster contexts, enabling streamlined, single‑file management of many Kubernetes clusters directly from the command line without manually editing the config file, and see visual cues for the active context.

CLIKubernetescloud-native
0 likes · 3 min read
Effortlessly Manage Multiple Kubernetes Clusters with kubecm
Programmer DD
Programmer DD
Jul 8, 2020 · Cloud Native

Automate Merging Multiple kubeconfig Files with kubectx.manager

This guide explains how to use the open‑source kubectx.manager tool to automatically merge several kubeconfig files into a single configuration, walk through installation, interactive merging steps, and recommends the powerful kubie plugin for fast context switching in Kubernetes environments.

DevOpsKubernetescloud-native
0 likes · 5 min read
Automate Merging Multiple kubeconfig Files with kubectx.manager