diff --git a/README.md b/README.md index e4ad516..474e1f7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ 4. [Setting up a macOS Workspace](https://github.com/mikeroyal/NixOS-Guide#setting-up-a-macos-workspace) -5. [Setting up a Windows 10 Workspace](https://github.com/mikeroyal/NixOS-Guide#setting-up-a-windows-10-workspace) +5. [Setting up a Windows 11 Workspace](https://github.com/mikeroyal/NixOS-Guide#setting-up-a-windows-11-workspace) 6. [Using Android and Android Apps on Linux](https://github.com/mikeroyal/NixOS-Guide#using-android-and-android-apps-on-linux) @@ -915,7 +915,7 @@ I recommend using Flatpaks on NixOS, which makes installing/updating application -# Setting up a Windows 10 workspace +# Setting up a Windows 11 workspace [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents) **REQUIREMENTS** @@ -931,14 +931,17 @@ I recommend using Flatpaks on NixOS, which makes installing/updating application - - [OpenCore for Windows 10](https://dortania.github.io/OpenCore-Install-Guide/) - - + # Using Android and Android Apps on Linux [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents) +[Waydroid](https://github.com/waydroid/waydroid) is a container-based approach to boot a full Android system on a regular Linux system. The Android runtime environment ships with a minimal customized Android system image based on LineageOS. The image is currently based on Android 10. + +

+ +

+ [Android Studio](https://developer.android.com/studio/) is the development suite for Google's Android Operating System(OS). It's built on [JetBrains IntelliJ IDEA](https://www.jetbrains.com/idea/) software and designed specifically for Android development. It is available for download on Windows, macOS and Linux.

@@ -951,12 +954,6 @@ I recommend using Flatpaks on NixOS, which makes installing/updating application

-[LineageOS](https://lineageos.org/) is a free and open-source operating system for various devices, based on the Android mobile platform. - -

- -

- [Anbox](https://anbox.io/) is an application that provides a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu, Debian Fedora, and openSUSE.

@@ -1068,6 +1065,12 @@ Local virtual devices with high performances. **Building Highly-Availability(HA) Clusters with kubeadm. Source: [Kubernetes.io](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/)**

+**Nix Packages for Kubernetes** + - [kubenix](https://github.com/xtruder/kubenix) - Kubernetes resource builder written in Nix. + - [nix-kubernetes](https://github.com/xtruder/nix-kubernetes) - Kubernetes deployment manager written in nix. + +## Kubernetes Tools + [Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine/) is a managed, production-ready environment for running containerized applications. [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/services/kubernetes-service/) is serverless Kubernetes, with a integrated continuous integration and continuous delivery (CI/CD) experience, and enterprise-grade security and governance. Unite your development and operations teams on a single platform to rapidly build, deliver, and scale applications with confidence.