
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
github.com/georgettica/basic-openshift-networking-example
Advanced tools
= OBNPCTL Ron Green 8326+rogreen@users.noreply.gitlab.cee.redhat.com :toc:
OpenShift Basic Networking Persentation (obnp) is a tool for a presentation on basic networking principals on OpenShift
== What this tool provides Basically you can invoke a basic client server code.
Additionally the deployment folder has an additional feature which is to deploy a Postgres server and CLI that can connect to it use
export PATH=${PWD}/bin:${PATH}
== Topic to go through:
=== How I set it up === How the code looks like === The k8s resources used === What is kustomize and how I use it to deploy === Basic startup-teardown of the tool
== Tools Used
=== Task to compile use https://taskfile.dev[an alternative of make]. see the link:Taskfile.yml[Task config file]
=== kustomize https://kustomize.io/[kustomize] is a tool to make k8s files easier to compose together. it allows me to use the https://en.wikipedia.org/wiki/Don%27t_repeat_yourself[DRY method].
=== kubectl-slice
https://github.com/patrickdappollonio/kubectl-slice[kubectl-slice] is a nice tool to filter files from a stream. used to extract certain types from the kustomize build output
=== goreleaser https://github.com/goreleaser/goreleaser[goreleaser] is used to build and deploy the tool. see the link:.goreleaser.yaml[goreleaser config file]
=== cobra-cli https://github.com/spf13/cobra-cli[cobra-cli] is the tool used to add new components to the CLI
=== golangci-lint https://github.com/golangci/golangci-lint[golangci-lint] is used to validate the code I write. see the link:.golangci.yml[golangci-lint config file]
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.