Explore >> Select a destination


You are here

thomascfoulds.com
| | devopsdirective.com
2.1 parsecs away

Travel
| | [AI summary] The article explains how to create a maintenance page for a Kubernetes service using nginx and ConfigMaps without requiring a custom container image.
| | raesene.github.io
2.3 parsecs away

Travel
| | [AI summary] The article explains techniques for creating reverse shells in Docker and Kubernetes environments to gain access to restricted systems, commonly used by pentesters.
| | zwischenzugs.com
2.1 parsecs away

Travel
| |
| | vxlabs.com
12.7 parsecs away

Travel
| In this post I show how you can setup a Kubernetes pod for reproducible development purposes on a single-node Kubernetes cluster using Rancher Desktop on Linux or Docker Desktop for Windows. What are devcontainers? At my quasi-hypothetical workplace, we are fans of Visual Studio Code's development containers idea, or devcontainers for short. In short, you add a specially crafted devcontainer.json file (and some docker yamls) to your repo, and the next time a new dev opens the project, they will be prompt...