Pithy Guide to Kubernetes Part 2: Node.JS
6y agoen
Source
jdx.devPithy Guide to Kubernetes Part 2: Node.JSjdx.devIf you haven’t done Part 1 you’ll need to start there. In Part 1 we setup Minikube and added an Ingress, Service, and Deployment to the k8s cluster. Now we’ll finish that work by giving the Deployment an image to load. The full example code is available on GitHub . Build the Node API First create a package.json file for our dependencies and add express to the app: $ mkdir api $ cd api $ echo '{}' > package.json $ npm i express Now create a simple express JSON API
You might also wanna read
Guide to Setting Up a Small Self-Managed Kubernetes Cluster on NixOS
The article details a technical guide for setting up a small, self-managed Kubernetes cluster on NixOS. The author, experienced with managed
stephank.nl·7mo ago
A new Kubernetes package installer
medium.com·1mo ago

Building Docker images in Kubernetes
Snyk·4y ago
Implementing Ringed Canary Deployments on AKS with Azure Developer CLI, Bicep, Helm, and ArgoRollouts
This article details how to implement ringed (canary) deployments for Azure Kubernetes Service (AKS) using Azure Developer CLI (AZD), Bicep,

Using Pulumi to automate the Snyk Kubernetes integration for containers
Snyk·4y ago

Workers - Automatic resource provisioning for KV, R2, and D1
Cloudflare·8mo ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.