k8s

How to create docker registry credentials using kubectl

Dive into our comprehensive guide on seamlessly creating Docker registry credentials with kubectl. Whether you’re a beginner or an experienced Kubernetes administrator, this article demystifies the process of securely managing Docker registry access. Learn the step-by-step method to generate and update your regcred secret for Docker registry authentication, ensuring your Kubernetes deployments can pull images without a hitch. Perfect for DevOps professionals and developers alike, this tutorial not only simplifies Kubernetes secrets management but also introduces best practices to maintain continuous access to private Docker images. Enhance your Kubernetes skills today and keep your containerized applications running smoothly.

How to create docker registry credentials using kubectl Read More »

A black and white photo of a warehouse full of boxes.

How to Deploy MySQL database on Digital Ocean Managed Kubernetes Cluster

NOTE: This tutorial assumes you know how to connect to a Kubernetes cluster. Create secrets to securely store MySQL credentials Output: Persistant volume and MySQL deployment Execute the below command to create persistent volume: Output: Execute the below command to deploy MySQL pod: Output: Exposing MySQL as a Service Output: Output:

How to Deploy MySQL database on Digital Ocean Managed Kubernetes Cluster Read More »

Getting started with kubernetes on windows 10 with hyper-v.

Getting started with Kubernetes on windows 10 with Hyper-V

If you are interested in learning how Kubernetes works, you came to the right place! In this tutorial, I will show you how to quickly set up a local Kubernetes environment using Minikube to run hello-world app in a container. Pre-requisites Let’s ensure we have prerequisites installed before we get started with Minikube installation. If

Getting started with Kubernetes on windows 10 with Hyper-V Read More »

Scroll to Top