Blog

These blogs are no longer updated.

Stark & Wayne was acquired by Qarik in September 2021 and is now fully merged into the Qarik business.

For further insight, please visit  the Qarik website.

Scripting the CF API with `cf oauth-token` and Python

Using Python and cf oauth-token to scrape against the CF CLI. And a few Caddyshack references for run.

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝
Hello bosh-lite, My Old Friend

Remember bosh-lite? It still works, works well and lets you deploy Cloud Foundry locally without Kubernetes.

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝

Life was great until we needed to upgrade! We had our websites and services working just fine with our certificates being upgraded automatically, and then we were forced to upgrade to a later Kubernetes release. Kubernetes 1.22 removed a few features but it should tell us if anything went wrong in the upgrade, right? We

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝

It’s become common today to build projects based on Docker images. Somebody will find a blog post of a sample Dockerfile and verify it works with their application. As long as you use :latest or :alpine everything should be good right? An example was a recent project I was helping on where the Dockerfile looked like:

Kevin Rutten Profile Image

Posted by:
Kevin Rutten

Read More ➝

global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners stats timeout 30s user haproxy group haproxy daemon # Default SSL material locations ca-base /etc/ssl/certs crt-base /etc/ssl/private # See: https://ssl-config.mozilla.org/#server=haproxy&server-version=2.0.3&config=intermediate ssl-default-bind-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384 ssl-default-bind-ciphersuites TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256 ssl-default-bind-options ssl-min-ver TLSv1.2 no-tls-tickets defaults log global mode http option httplog option

Kevin Rutten Profile Image

Posted by:
Kevin Rutten

Read More ➝
Running KubeCF using KIND on MacOS

Want to run KubeCF locally instead of EKS/AKS/GKE? Tune in to find out how to leverage your MacOS device to run Cloud Foundry locally!

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝

When Documenation is Misleading Have you ever doubted documentation? Have you ever dug into the code and found that the documentation is misleading? If the answer to any of the questions is yes, you have come to the right place. Please do not get me wrong, I love documentation. I actually learn a lot through

Dr. Xiujiao Gao 高秀娇 Profile Image

Posted by:
Dr. Xiujiao Gao 高秀娇

Read More ➝
Adding Users To EKS Kubernetes Clusters

Create a service account and corresponding kubeconfig file on EKS with one simple script!

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝
Stark & Wayne Internship Program Fall 2021 Kick-Off

We’re excited to announce the restart our internship program for this upcoming fall semester! We put our program on hold temporarily during the Covid-19 pandemic and have been looking forward to restarting it with a new group of interns. As before, the goal of the continuing program is to bring in a group of upperclassmen

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝