Tag Archives: Install

kasten vmware red hat openshift header

How to install and configure Kasten to protect container workloads on Red Hat OpenShift and VMware vSphere

In this blog post I’m going to cover deploying and configuring Kasten, the container based enterprise backup software now owned by Veeam Software.

This deployment will be inside my Red Hat OpenShift Environment which is running on top of VMware vSphere.

I’ll be protecting a cool gaming application that has data persistence using MongoDB.

Installing Kasten on Red Hat OpenShift

In this guide, I am going to use Helm, you can learn how to install it here.

Create a OpenShift project (Kubernetes namespace) called “kasten-io”

oc new-project kasten-io

oc new project kasten-io

Next we are going to use Helm to install the Kasten software into our OpenShift cluster.

helm install k10 kasten/k10 --namespace=kasten-io --set scc.create=true --set route.enabled=true --set route.path="/k10" --set auth.tokenAuth.enabled=true

Breaking down the command arguments;

  • –set scc.create=true
    • This creates the correct Security Contexts against the users created by the install. This is needed in OpenShift as the security context stance is higher OOTB than that of a vanilla Kubernetes install.
  • –set route.enabled=true
    • This creates a route in OpenShift using the default ingress, so that the Kasten dashboard is accessible externally. This will use the default cluster ID domain name.
  • –set route.path=”/k10″
    • This sets the route path for the redirection of the dashboard. Without this, your users will need to go to http://{FQDN}/ and append the path to the end (k10).
  • –set auth.tokenAuth.enabled=true

helm install k10 kasten kasten-io Continue reading How to install and configure Kasten to protect container workloads on Red Hat OpenShift and VMware vSphere

2015 04 09 14 53 48

Cisco UCS – Install ESXi 6.0

So I’ve just deployed a Cisco UCS B Series system, which is on the HCL as supported by VMware for ESXi 6.0

2015-04-20_20-47-00_01

However there is no install media available as for previous ESXi versions.

How to install ESXi 6.0 on Cisco UCS

Quite simple actually, I installed the Customised version of ESXi 5.5 update 2d onto the B series servers, and then deployed vCenter 6.0, after setting up update manager, I imported the standard ESXi 6.0 ISO, and upgraded the hosts using update manager.

After a week, I can report that I’ve found no issues with this at all.

I posted on reddit about the location or availability of the media, and someone suggested this method of install, further more another user stated their Cisco Account Manager said everything should work with the standard ESXi install for the B200 M4 blades and not need additional drivers.

Hope this clears it up for some users who are hunting around for install media or an explanation that doesn’t yet officially exist.
Regards

Dean


images

Looking back at a VMware VDI Deployment

My good friend Nathan Bryne wrote a good post about “Do I really need to do a Desktop Assessment?“, which got me thinking.

I worked at a college for around 3 years where we had a 1000 seat VMware View VDI deployment. I started working there just after the college had decided to go all-in on VDI and purchased the equipment, as most of their student machines were getting to 5 years old, and in some areas 7 years old.

The highlights of this were;

2012-06-29 15.35.12IMAG0390 IMAG0400 IMAG0391Dell Blade to SAN Array - Both environments

Continue reading Looking back at a VMware VDI Deployment