Kubernetes
-
Deploying Alpha Go App Versions to OpenShift
- Build it, Tag it, Push it, Run it
- Oct. 16, 2023, 12:27 p.m.
When building interconnected, cloud-native applications to be deployed in OpenShift, it is sometimes necessary to test out development versions on a running cluster. This is useful to test the application out in a production like setting where it interfaces with other apps. When deploying Dock...
- Continue reading
-
Memory Profiling Go Applications in OpenShift
- Using PProf to check for memory leaks
- Aug. 1, 2023, 7:06 a.m.
Memory leaks are a source of great frustration and cost to Software and DevOps Engineers alike. They can cause an application to use far greater resources than necessary, slowing it down or resulting in a much higher cost to run. It can also be tricky to find the root cause of a memory leak, e...
- Continue reading
Categories
Stephen Goeddel
Software Engineer from Charleston, SC
For more information about me or my projects, check out my portfolio.
Recent Posts
- Deploying Alpha Go App Versions to OpenShift
- Build it, Tag it, Push it, Run it
- Oct. 16, 2023, 12:27 p.m.
- Memory Profiling Go Applications in OpenShift
- Using PProf to check for memory leaks
- Aug. 1, 2023, 7:06 a.m.
- CI Rehearsal Job Runner Plugin
- Saving on CI Costs with an Plugin Conversion
- Jan. 31, 2023, 12:55 p.m.