Tagged articles
13 articles
Page 1 of 1
DevOps Operations Practice
DevOps Operations Practice
Sep 24, 2024 · Cloud Native

How to Install MiniKube on RHEL 8

This guide provides a step‑by‑step tutorial for installing MiniKube on RHEL 8, covering system updates, required dependencies, Docker and kubectl installation, MiniKube binary setup, cluster startup, verification, and optional add‑ons, ensuring a functional local Kubernetes environment.

DockerInstallationKubernetes
0 likes · 6 min read
How to Install MiniKube on RHEL 8

Getting Started with Kubernetes: Reduce Dev Overhead and Optimize Resources

This article introduces Kubernetes, explaining its role as a container orchestration system, when it’s beneficial, how to choose an environment, manage resources with kubectl, YAML, or graphical tools, and details the control‑plane and worker‑node components that enable automated deployment, scaling, and monitoring.

Cloud NativeKubernetescontainer orchestration
0 likes · 6 min read
Getting Started with Kubernetes: Reduce Dev Overhead and Optimize Resources
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 22, 2020 · Cloud Native

Kubernetes Overview, Architecture, and Hands‑On Deployment with Minikube

This article introduces Kubernetes fundamentals, explains its production‑grade nature, container concepts, orchestration features, core architecture, and provides step‑by‑step commands for installing Minikube, creating a cluster, deploying an Nginx application, exposing it as a service, scaling, updating, and deleting the deployment.

DeploymentKubernetesService
0 likes · 16 min read
Kubernetes Overview, Architecture, and Hands‑On Deployment with Minikube
DevOps
DevOps
Mar 23, 2020 · Cloud Native

Quick Ways to Obtain a Kubernetes Cluster and an Effective Learning Path

This article explains why Kubernetes has become the de‑facto standard, outlines simple methods to get a usable cluster such as Katacoda, Minikube or cloud services, and proposes a focused learning path that starts with core concepts and real‑world deployment scenarios for developers.

AzureCloud NativeDevOps
0 likes · 8 min read
Quick Ways to Obtain a Kubernetes Cluster and an Effective Learning Path
Architects' Tech Alliance
Architects' Tech Alliance
Oct 5, 2019 · Cloud Native

Master Kubernetes: Core Concepts, Architecture, and Hands‑On Demo

This article introduces Kubernetes as an industrial‑grade container orchestration platform, explains its key functions, architecture, core API objects such as Pod, Deployment, Service, and Namespace, and walks through a practical Minikube demo covering scheduling, self‑healing, rolling updates, and horizontal scaling.

Cloud NativeKubernetesarchitecture
0 likes · 20 min read
Master Kubernetes: Core Concepts, Architecture, and Hands‑On Demo
DevOps Cloud Academy
DevOps Cloud Academy
Aug 31, 2019 · Cloud Native

Introduction and Installation Guide for Minikube on CentOS 7

This guide provides a step‑by‑step tutorial for installing Minikube on a CentOS 7 virtual machine, including prerequisite setup, VirtualBox installation, Kubernetes cluster deployment, Dashboard and kubectl configuration, common commands, and troubleshooting tips for developers.

CentOSCloud NativeKubernetes
0 likes · 6 min read
Introduction and Installation Guide for Minikube on CentOS 7
Programmer DD
Programmer DD
May 13, 2019 · Cloud Native

Deploy Spring Cloud Kubernetes Microservices on Minikube – A Step‑by‑Step Guide

This tutorial walks through building a Spring Cloud Kubernetes microservice solution on a local Minikube cluster, covering installation, sample service development, YAML deployment, service discovery, ConfigMaps, Secrets, Ribbon load‑balancing, Hystrix circuit breaking, health checks, and concluding with best‑practice recommendations.

ConfigMapHystrixRibbon
0 likes · 13 min read
Deploy Spring Cloud Kubernetes Microservices on Minikube – A Step‑by‑Step Guide