https://github.com/thpham/magics
My NixOps / NixOs experiments ( #k8s , #elk, #kafka / #zk clusters and #RaspberryPi3)
https://github.com/thpham/magics
cluster elk kafka kubernetes nixops nixos zookeeper
Last synced: over 1 year ago
JSON representation
My NixOps / NixOs experiments ( #k8s , #elk, #kafka / #zk clusters and #RaspberryPi3)
- Host: GitHub
- URL: https://github.com/thpham/magics
- Owner: thpham
- Created: 2018-04-14T10:02:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:50:28.000Z (over 3 years ago)
- Last Synced: 2025-03-18T06:51:28.909Z (over 1 year ago)
- Topics: cluster, elk, kafka, kubernetes, nixops, nixos, zookeeper
- Language: Nix
- Size: 179 KB
- Stars: 32
- Watchers: 6
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# NixOS / NixOps magics
This repository includes various personal experiments.
## Requirements
Even if those experiments have been build and tested on [NixOS](https://nixos.org), they should be usable on other platform which support the [Nix](https://nixos.org/nix) package manager.
All the required tools are provided by the `dev-env.nix`. Some new package features are not yet released in the various Nix channels. That's why I had to include `nixops` as a git submodule.
You can start a sandboxed dev environment with the `./shell` script.
Then have a look on the `readme` file of each particular sub-folders for more details.