Skip to content

Social

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

Kubernetes (Page 2)

Ransomware is real! – Exposing yourself via the Cloud –

2021-04-15
By: michaelcade
On: April 15, 2021
In: Kubernetes
With: 0 Comments

Ransomware is a threat we hear about daily it seems and it is hitting every sector, I have actually been saying that everyone should be concerned here, it is just a matter of time before you are attacked and have to face the Ransomware story. This post is all about highlighting how to prevent your cloud workloads from being easily exposed as well as talking briefly about the remediation and how to get back up on your feet. In a previous post, I posted about Pac-Man as a mission-critical application, I have decided that this is a great way to show off the stateful approachRead More →

How to – Amazon EBS CSI Driver

2021-04-06
By: michaelcade
On: April 6, 2021
In: AWS, Kubernetes
With: 2 Comments

In a previous post, we hopefully covered the why and where the CSI has come from and where it is going and the benefits that come with having an industry-standard interface by enabling storage vendors to develop a plugin once and have it work across a number of container orchestration systems. The reason for this post is to highlight how to install the driver and enable volume snapshots, the driver itself is still in the beta phase, and the volume snapshot is in the alpha phase, alpha phase software is not supported within Amazon EKS clusters. The driver is well tested and supported in AmazonRead More →

Understanding the Kubernetes storage journey

2021-04-04
By: michaelcade
On: April 4, 2021
In: Kubernetes
With: 3 Comments

Some may say that Kubernetes is built for only stateless workloads but one thing we have seen over the last 18-24 months is an increase in those stateful workloads, think your databases, messaging queues and batch processing functions all requiring some state to be consistent and work. Some people will also believe that these states should land outside the cluster but can be consumed by the stateless workloads ran within the Kubernetes cluster. The people have spoken In this post, we are going to briefly talk about the storage options available in Kubernetes and then spend some time on the Container Storage Initiative / InterfaceRead More →

Introducing Kubestr – A handy tool for Kubernetes Storage

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

My big project over the last month has not only been getting up to speed around Kubernetes but has had a parallel effort around Kubernetes storage and an open-source project that has been developed and today is released. In this post we are going to touch on how to get going with Kubestr, the first thing to mention is that this is a handy set of tools to help you identify, validate, and evaluate your Kubernetes storage. The Challenge The challenge we have with Kubernetes storage is that it’s not all that easy and it’s very manual to achieve some of the tasks that KubestrRead More →

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 playground – Backups in a Kubernetes world

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

This post will wrap up the 10-part series of getting started on my hands-on learning journey of Kubernetes, the idea here was to try and touch on a lot of the areas without going through the theory in these posts. A lot of theory I have picked up through various learning assets that I have listed here. In the previous posts we have gone into creating a platform for our Kubernetes cluster to run on, we have touched on various stateless and stateful applications, load balancers and object storage amongst a few more topics to get going and started. We have only touched the surfaceRead More →

Posts pagination

Previous 1 2 3 Next

Newsletter

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

Recent Posts

  • Taking a look at KubeBuddy for Kubernetes
  • My Thoughts on Retrieval-Augmented Generation (RAG) and the Power of Vector Databases
  • My initial thoughts on using AI to manage Kubernetes Clusters – kubectl-ai
  • Visualising Veeam: Kubernetes Monitoring with Grafana and ArgoCD
  • HomeLab: Trials, Tribulations and Packer

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 (65)
  • Veeam (124)
  • VMware (34)

Archives

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.