July 3rd, 2024

Foundation: Open-source Kubernetes application platform

Namespace is an application development platform on GitHub. It streamlines workflows for tasks like build processes, testing, Kubernetes integration, and dependency management. Find more details at https://github.com/namespacelabs/foundation.

Read original articleLink Icon
Foundation: Open-source Kubernetes application platform

The GitHub URL provided contains information about Namespace, an application development platform. Namespace helps manage development, testing, and production workflows consistently. It orchestrates tasks like build processes, development environments, testing, Kubernetes integration, and dependency management. For further details on Namespace, including guides on getting started, examples, documentation, and relevant links, visit the Namespace GitHub page at https://github.com/namespacelabs/foundation.

Related

Show HN: Synapse – TypeScript Toolchain for Cloud Apps

Show HN: Synapse – TypeScript Toolchain for Cloud Apps

Synapse is a full-stack TypeScript toolchain with resource-driven programming, cloud-agnostic libraries, and fine-grained permissions. It includes a TypeScript compiler, fast package manager, and testing framework for local or AWS deployment. Installation instructions vary by OS. Leveraging TypeScript, esbuild, Node.js, Terraform, and AWS SDK. Detailed documentation on GitHub covers Custom Resources, Environments, Packages, and Tests, with a Quick Start guide available.

Neko: Portable framework for high-order spectral element flow simulations

Neko: Portable framework for high-order spectral element flow simulations

A portable framework named "Neko" for high-order spectral element flow simulations in modern Fortran. Object-oriented, supports various hardware, with detailed documentation, cloning guidelines, publications, and development acknowledgments. Additional support available for inquiries.

Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm

Show HN: Glasskube – Open Source Kubernetes Package Manager, alternative to Helm

The GitHub repository for Glasskube, a Kubernetes package manager, offers a user-friendly CLI/UI, package management, secure updates, GitOps integration, reactions/comments, and support for private packages. It includes installation guides, architecture, support channels, and contribution guidelines.

Show HN: Code to run Gemini (Nano) locally on desktop/Chrome

Show HN: Code to run Gemini (Nano) locally on desktop/Chrome

The GitHub guide explains running Google Nano on desktop with Chrome Canary. It includes setup steps, testing guidance, and a demo link for practical exploration. Find detailed instructions on the GitHub page.

Python packaging scenarios by the creators of ruff

Python packaging scenarios by the creators of ruff

The GitHub URL provides details on "packse," a Python packaging tool. It includes installation, usage, building, publishing, running a package index, serving scenarios, testing, exporting, and writing new scenarios. For further assistance, inquire within.

Link Icon 3 comments
By @20thr - 7 months
Hugo here, founder at Namespace. We built Foundation based on what we learned from building Boq at Google — the app platform that drives the dev/prod workflow of many of Google’s main apps.

We leaned heavily on composition that spans build, test and production. You can define assets that yield code-level infrastructure definitions and also are automatically configured based on environment (dev vs test vs prod).

It was great building it, and we use it to build Namespace (namespace.so); our development-focused platform.

By @bithavoc - 7 months
I like the use of CUE in this repo, they seem to be using it for different purposes, interesting.