Skip to content

Social

vZilla
vZilla
Primary Navigation Menu
Menu
  • About vZilla
  • vZilla Lab
  • The Learning Curve
  • Michael Cade

kubernetes (Page 2)

Kubernetes, How to – AWS Bottlerocket + Amazon EKS

2021-03-28
By: michaelcade
On: March 28, 2021
In: AWS, Kubernetes
With: 2 Comments

Over the last week or so I have been diving into the three main public clouds, I covered Microsoft Azure Kubernetes Service, Google Kubernetes Engine and Amazon Elastic Kubernetes Service. We are heading back to Amazon EKS for this post and we are focusing on a lightweight Linux container focused open-source operating system that will be our EKS node operating system in our cluster. What is Bottlerocket? “Bottlerocket is a Linux-based open-source operating system that is purpose-built by Amazon Web Services for running containers on virtual machines or bare metal hosts.” Bottlerocket was released around a year ago in March 2020, an operating system designedRead More →

Getting started with Google Kubernetes Service (GKE)

2021-03-24
By: michaelcade
On: March 24, 2021
In: Kubernetes
With: 1 Comment

In this post we will cover getting started with Google Kubernetes Engine (GKE) much the same as the previous posts covering Amazon EKS and Microsoft AKS, we will walk through getting a Kubernetes cluster up and running. Now we could walk through the Google Cloud Portal which is pretty straight forward and if you would like to see that as a walkthrough let me know and I will cover this but I think the most appropriate way is gearing up for Infrastructure as Code. As with all the public cloud managed Kubernetes posts I have covered they all have great documentation and walkthroughs on gettingRead More →

Getting Started with Microsoft AKS – Azure PowerShell Edition

2021-03-23
By: michaelcade
On: March 23, 2021
In: Kubernetes, Microsoft
With: 0 Comments

This post is going to cover off using Azure PowerShell to get a Microsoft Azure Kubernetes Service (AKS) cluster up and running in your Azure Subscription. In the previous post, we went through the same AKS cluster creation using the Azure CLI Which one you choose will depend on your background and usage, if you are familiar with PowerShell then you might choose this option as you might be more familiar with the object output. There are lots of posts already out there around the Azure CLI vs Azure PowerShell here is one, but I am not going to get into that here. Install AzureRead More →

AKS Kubernetes

Getting started with Microsoft Azure Kubernetes Service (AKS)

2021-03-22
By: michaelcade
On: March 22, 2021
In: Kubernetes, Microsoft
With: 4 Comments

In this post we will cover getting started with Microsoft Azure Kubernetes Service (AKS) much the same as the previous post covering Amazon EKS, we will walk through getting a Kubernetes cluster up and running. Now we could walk through the Azure Portal and this is pretty straight forward and if you would like to see that as a walkthrough let me know and I will cover this but I think the most appropriate way is gearing up for Infrastructure as Code. I took the scientific approach over the weekend and asked if I should use Azure CLI or Azure PowerShell, the twitter-verse responded withRead More →

031921 1226 Gettingread12

Getting started with Amazon Elastic Kubernetes Service (Amazon EKS)

2021-03-19
By: michaelcade
On: March 19, 2021
In: AWS, Kubernetes
With: 8 Comments

Over the last few weeks since completing the 10 part series covering my home lab Kubernetes playground I have started to look more into the Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that you can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes. I will say here that the continuation of “this is not that hard” is still the case and if anything and as probably expected when you start looking into managed services. Don’t get me wrong I am sure if you are running multiple clusters and hundreds ofRead More →

kubernetes learning

Kubernetes playground – How to deploy your Mission Critical App – Pacman

2021-03-10
By: michaelcade
On: March 10, 2021
In: Kubernetes
With: 2 Comments

The last post was to focus a little more on applications but not so much between the stateful and stateless types of applications but in the shape of application deployment. This was deploying KubeApps and using this as an application dashboard for Kubernetes. This post is going to focus on a deployment that is firstly “mission critical” and that contains a front end and a back end. Recently Dean and I covered this in a demo session we did at the London VMUG. I would also like to add here that the example nodejs application and mongodb back end was first created here. Dean alsoRead More →

kubernetes learning

Kubernetes playground – How to Deploy KubeApps the visual marketplace

2021-03-07
By: michaelcade
On: March 7, 2021
In: Kubernetes
With: 1 Comment

The last post covered how to implement a load balancer such as MetalLB if you are running your learning environment outside the public cloud, the public cloud generally brings this capability natively. This post is going to focus a little more on applications but not so much between the stateful and stateless types of applications but in the shape of application deployment. We also covered in a previous post about Helm and Helm Charts and how they can help when you want to build out an application or deployment. This post will focus on KubeApps. Your Application Dashboard for Kubernetes. Getting KubeApps installed It isRead More →

kubernetes learning

Kubernetes playground – How to Load Balance with MetalLB

2021-03-05
By: michaelcade
On: March 5, 2021
In: Kubernetes
With: 6 Comments

In the last post, we talked about the Kubernetes context and how you can flip between different Kubernetes cluster control contexts from your Windows machine. We have also spoken about in this series how load balancing gives us better access to our application vs using the node port for access. This post will highlight how simple it is to deploy your load balancer and configure it for your home lab Kubernetes cluster. Roll your own Kubernetes Load Balancer If you deployed your Kubernetes cluster in Cloud, the cloud provider will take care of creating Load balancer instances. But if you are using bare metal forRead More →

kubernetes learning

Kubernetes playground – Context is important

2021-03-05
By: michaelcade
On: March 5, 2021
In: Kubernetes
With: 5 Comments

In the last post, we covered an overview of Helm and the MinIO deployment to give us an option for testing later on workloads that require object storage. In this post, we are going to focus on context and how to make sure you have access from your desktop to your Kubernetes Cluster. Context Image is taken from Kubernetes.io Context is important, the ability to access your Kubernetes cluster from your desktop or laptop is required. Lots of different options out there and people use obviously different operating systems as their daily drivers. In the post we are going to be talking about Windows butRead More →

kubernetes learning

Kubernetes playground – How to use and setup Helm & MinIO?

2021-03-01
By: michaelcade
On: March 1, 2021
In: Kubernetes
With: 1 Comment

In the last post, we covered setting up dynamic shared storage with my NETGEAR ReadyNAS system for our Kubernetes storage configuration. This is what I have in my home lab but any NFS server would bring the same outcome for you in your configuration. This post will cover two areas we will continue to speak to Kubernetes storage options but we will cover object storage, I am going to use MinIO to be able to have an object storage option in my lab, I can use this to practice some tasks and demo things between Veeam Backup & Replication and Kasten and storing backup files.Read More →

Posts pagination

Previous 1 2 3 Next

Newsletter

By subscribing, you agree with Revue’s Terms of Service and Privacy Policy.

Recent Posts

  • Deploying the Veeam Software Appliance on Kubevirt
  • The Veeam Software Appliance – The Linux Experience
  • Fixing a bounced vCenter server
  • The Hypervisor Hunger Games – Service Provider Edition
  • Taking a look at KubeBuddy for Kubernetes

Categories

  • #ProjectFreddie (6)
  • #ProjectTomorrow (16)
  • #SummerProject (9)
  • #VDM30in30 (14)
  • 101 (5)
  • AllianceScience (27)
  • Automation (14)
  • AWS (8)
  • Cisco (13)
  • HashiCorp (1)
  • Kubernetes (29)
  • Microsoft (29)
  • NetApp (38)
  • Nutanix (10)
  • OpenStack (1)
  • Personal (16)
  • Security (7)
  • Tech For Britain (4)
  • Uncategorized (69)
  • Veeam (124)
  • VMware (34)

Archives

Tweets by MichaelCade1

Tags

AHV automation Availability AWS Azure Backup Chocolatey cloud cloud-native cloud backup Cloud Computing Cloud Native Code container learning CSI Data data management DevOps Disaster Recovery DR EKS GDPR GitOps Infrastructure Infrastructure As Code kasten kubernetes Kubernetes Storage microsoft Microsoft 365 Microsoft Teams NetApp Nutanix Office 365 Package Management Public Cloud Replica Replication restore Security storage thought leadership Veeam veeam Backup VMworld

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Designed using Dispatch. Powered by WordPress.