1. Vsphere 7 with Kubernetes Quickstart - User Edition

    Tue 18 August 2020

    Problem

    You got a Kubernetes! Your Vsphere team has given you access to a Vsphere Workload Management Namespace, which means you can start making clusters! But how, exactly? Assuming they didn't give you enough directions, how do you from 'access' to 'I have a Kubernetes workload!' ?

    Solution

    At a high …

    read more
  2. Troubleshooting Roblox Teleport Hijacking

    Mon 22 June 2020

    Problem

    You may occasionally find that a game you made in Roblox has been hijacked and immediately teleports you to another game when you start. This is a total bummer as it takes away all the time you spent creating the game and can leave you feeling helpless.

    Bottom line …

    read more
  3. PKS - Proper Kubernetes Cluster Creation and Handoff

    Fri 24 April 2020

    Note: This will be light on details. The exact commands to run, unfortunately, are an exercise left to the reader. This post is more of a tactical guideline to jog your memory. The author regrets the lack of detail.

    Problem

    Creating your k8s clusters is just the first step. How …

    read more
  4. Jenkins Pipelines and Docker - An Introduction

    Tue 11 June 2019

    Problem

    We have Jenkins. We also have a need to build and deploy a typical application (in this case, a Java application). We need a way to go from "I just installed Jenkins" to "We have a Jenkins pipeline that can build and deploy our code".

    Solution

    We will install …

    read more
  5. Creating Small Local Offline Apt Repos

    Thu 17 January 2019

    Problem

    We have an offline (i.e. airgapped) Ubuntu machine (or machines) and the need to install packages on them. We also are unable to stand up our own repo mirror (because reasons), so all we have is our single machine with limited disk space.

    Solution

    Package up only the …

    read more
  6. Another Certificate Request Post with SAN Action

    Wed 17 October 2018

    Problem

    We need to make several Certificate Signing Requests (CSRs) for our datacenter. Two, or two-thousand, it doesn't matter. We're putting together a one-liner that will solve it for us. Of course we're automating it.

    Solution

    Create a text file containing your server short names. Say, servers.txt.

    salt-master-01
    es-data-01 …
    read more
  7. Simple Bash Expansion

    Fri 05 October 2018

    In keeping with the fundamentals, here's a handy one-liner to save yourself a few extra commands.

    Problem

    We want to delete a number of machines via Salt Cloud, but we want it in a one-liner because we hate typing the same thing over and over.

    $ salt-key
    Accepted Keys:
    esdata-01
    esdata-02 …
    read more

« Page 2 / 3 »

social