Skip to content

Instantly share code, notes, and snippets.

View dellaporta's full-sized avatar

Della Porta dellaporta

View GitHub Profile
@dellaporta
dellaporta / bosh_k8s_macos.md
Last active October 26, 2024 11:29
macOS: Deploy BOSH Lite for Kubernetes

Deploy BOSH Lite for Kubernetes on macOS

Indeed, it seems worthwhile to write down the few steps necessary to install BOSH Lite, to deploy Kubernetes on BOSH (formerly named kubo, lately know as Cloud Foundry Container Runtime or just cfcr), and to login to the Kubernetes CLI (kubectl) and Dashbaord.

As a software developer you might be interested in a complete and working installation. As a computer geek as myself you might be more kin to know the ingredients of this recipe and the way they combine with each other. In this article I have tried to serve both clients.

In this mixture a few generally available components have found their usage, by the time of writing they were:

$ sw_vers
ProductName: Mac OS X

@dellaporta
dellaporta / bosh_k8s_linux.md
Last active October 26, 2024 11:30
Linux: Deploy BOSH Lite for Kubernetes

Deploy BOSH Lite for Kubernetes on Linux

Indeed, it seems worthwhile to write down the few steps necessary to install BOSH Lite, to deploy Kubernetes on BOSH (formerly named kubo, lately know as Cloud Foundry Container Runtime or just cfcr), and to login to the Kubernetes CLI (kubectl) and Dashbaord.

As a software developer you might be interested in a complete and working installation. As a computer geek as myself you might be more kin to know the ingredients of this recipe and the way they combine with each other. In this article I have tried to serve both clients.

In this mixture a few generally available components have found their usage, by the time of writing they were:

$ uname -mrs
Linux 4.15.0-43-generic x86_64

@dellaporta
dellaporta / bosh_cf_webui_linux.md
Last active October 26, 2024 11:29
Linux: Deploy BOSH Lite for Cloud Foundry to your local space

Deploy BOSH Lite for Cloud Foundry to local space on Linux

Indeed, it seems worthwhile to write down the few steps necessary to install BOSH Lite, to deploy Cloud Foundry (cf), and to push a web console for Cloud Foundry to your local space.

As a software developer you might be interested in a complete and working installation. As a computer geek as myself you might be more kin to know the ingredients of this recipe and the way they combine with each other. In this article I have tried to serve both clients.

In this mixture a few generally available components have found their usage, by the time of writing they were:

$ uname -mrs
Linux 4.15.0-58-generic x86_64

@dellaporta
dellaporta / bosh_cf_webui_macos.md
Last active October 26, 2024 11:28
macOS: Deploy BOSH Lite for Cloud Foundry to your local space

Deploy BOSH Lite for Cloud Foundry to local space on macOS

Indeed, it seems worthwhile to write down the few steps necessary to install BOSH Lite, to deploy Cloud Foundry (cf), and to push a web console for Cloud Foundry to your local space.

As a software developer you might be interested in a complete and working installation. As a computer geek as myself you might be more kin to know the ingredients of this recipe and the way they combine with each other. In this article I have tried to serve both clients.

In this mixture a few generally available components have found their usage, by the time of writing they were:

$ sw_vers
ProductName: Mac OS X