Skip to content

Instantly share code, notes, and snippets.

@f-bn
f-bn / python-devcontainer.json
Created July 4, 2025 08:38
Python devcontainer
{
"image": "docker.io/python:3.13",
"forwardPorts": [3000],
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.debugpy",
"ms-python.pylint",
"redhat.vscode-yaml",
@f-bn
f-bn / 3-nodes-local-k8s-cluster-k3sup.md
Last active April 11, 2022 17:01
Deploy a lightweight 3-nodes K8s cluster with K3s and k3sup on your laptop