# Nife Docs — llms.txt # https://docs.nife.io # Official documentation for the Nife multi-cloud edge orchestration platform. # Nife lets you deploy, scale, and manage Kubernetes apps globally across cloud providers. ## About Nife > Nife is a multi-cloud deployment and edge orchestration platform for Kubernetes. > Deploy apps globally across AWS, Azure, GCP, DigitalOcean, and edge locations. > No DevOps expertise required. Deploy from Git in minutes. ## Key Links - Docs Home: https://docs.nife.io/ - Quick Start: https://docs.nife.io/Quick-Start/Deploy-First-App - MCP Server: https://docs.nife.io/mcp-server/overview - CLI Reference: https://docs.nife.io/CLI/deploy - Platform: https://nife.io - Blog: https://blog.nife.io ## Getting Started - [Deploy Static Sites with GitHub Actions | Nife](https://docs.nife.io/Quick-Start/Deploy-Site-With-Git) — Learn how to set up continuous deployment for static sites on Nife using GitHub Actions. Automate your site deployments on every push. - [Deploy Your First App on Nife | Docker Container Deployment Guide](https://docs.nife.io/Quick-Start/Deploy-First-App) — Step-by-step guide to deploy your first application on Nife using a Docker image, from public or private registries, with service config and global scaling. - [Deploy and Configure Cluster Agent](https://docs.nife.io/Quick-Start/cluster-agent) — Deploy and configure Nife Cluster Agent to monitor, manage, and deploy apps to Kubernetes clusters with health checks, security scanning, and metrics export. - [Deploy with Git Actions on Nife | GitHub CI/CD Integration](https://docs.nife.io/Quick-Start/Nife-GIT-Actions) — Learn how to set up continuous deployment on Nife using GitHub Actions. Automate your Docker builds and deploy to the edge cloud on every push. - [Install Nife Monolith Agent on Standalone Servers](https://docs.nife.io/Quick-Start/Monolith-Agent-Installation) — Complete guide to installing Nife Monolith Agent on your standalone servers. Learn how to set up BYOH (Bring Your Own Hardware) with Nife. - [Nife CLI Installation Guide | nifectl Setup](https://docs.nife.io/Quick-Start/nifectl-Installation) — Install the Nife CLI (nifectl) on macOS, Linux, or Windows via curl, PowerShell, Homebrew, or a GitHub release download — deploy from your terminal in minutes. - [Nifectl Commands](https://docs.nife.io/Quick-Start/nifectl-commands) — Nifectl allows users to manage authentication, application initialization, deployment, network configuration, logging, etc. with just the one command. - [Nifectl Quickstart | Deploy Your First App in 5 Minutes](https://docs.nife.io/Quick-Start/Nifectl) — Get started with the Nife CLI (nifectl) in under 5 minutes — sign up, initialize your app, deploy a Docker container, and scale globally. - [OneClick Deployment](https://docs.nife.io/Quick-Start/oneclick-deployment) — Learn how to deploy applications and static sites directly from a Git repository using Nife OneClick Deployment. - [OneClick Site Deployment](https://docs.nife.io/Quick-Start/oneclick-site-deployment) — Learn how to deploy static websites directly from a Git repository using Nife OneClick Site Deployment. - [Private Docker Registry Support | Nife](https://docs.nife.io/Quick-Start/Private-Registry) — Deploy containers from private Docker registries on Nife — GitHub Container Registry, GitLab Container Registry, and DockerHub, secured with GitHub PAT secrets. ## Platform Overview - [Alert Management & Response | Nife Docs](https://docs.nife.io/overview/alerts) — Understand alert severity levels, respond to critical incidents, manage notifications, and prevent false alarms on the Nife platform. - [Dashboard Metrics Explained | Nife Docs](https://docs.nife.io/overview/metrics) — Learn what each dashboard metric means and how to interpret them, with examples for applications, VMs, databases, and cost metrics. - [Dashboard Overview | Nife Docs](https://docs.nife.io/overview) — Centralized dashboard to monitor infrastructure, view real-time metrics, track deployments, manage alerts, and analyze costs on Nife. - [Dashboard Quick Reference | Cheat Sheet & Tips | Nife Docs](https://docs.nife.io/overview/quick-reference) — Dashboard cheat sheet with shortcuts, tips, quick actions, and troubleshooting. Quick reference guide for Nife dashboard features and keyboard shortcuts. - [Quick Deploy Applications | Nife Docs](https://docs.nife.io/overview/quick-deploy) — Deploy applications from Docker images or Git repositories in seconds. Step-by-step guide for apps, websites, and databases with best practices. - [Resource Monitoring & Optimization | Nife Docs](https://docs.nife.io/overview/resources) — Monitor CPU, memory, and storage usage trends. Learn resource optimization, scaling decisions, and capacity planning for your infrastructure. - [Track & Optimize Cloud Costs | Nife Docs](https://docs.nife.io/overview/costs) — Monitor infrastructure spending, analyze cost breakdowns by resource type, and implement cost optimization strategies for cloud deployments. ## Deployment Guides - [Deploy Your App on Nife | Multi-Cloud Application Deployment](https://docs.nife.io/deploy/deploy) — Deploy your application to the nearest edge, telco, or public cloud endpoint with Nife. One-command deployments via CLI or UI across global regions. - [Docker Containers - OpenRTiST Deployment](https://docs.nife.io/deploy/docker/openrtist) — Learn how to efficiently deploy your applications using Docker containers on Nife. Streamline your development workflow and simplify application management. - [Go Apps - TodoList](https://docs.nife.io/deploy/golang) — Understand configuring and deploying Go applications through a practical exploration of a TodoList App. - [Java Apps - Docker Spring Boot Web Service](https://docs.nife.io/deploy/java/spring-boot-web-service) — Understand configuring and deploying Spring Boot web services using a Docker example. - [Java Apps - Hello World Spring Boot](https://docs.nife.io/deploy/java/spring-boot) — Understand configuring and deploying Java Spring Boot applications using a Hello World example. - [Node Apps - React Password Generator](https://docs.nife.io/deploy/node/react-password-generator) — Understand configuring and deploying React applications using a Password Generator example. - [Node Apps - React Wordle](https://docs.nife.io/deploy/node/react-wordle) — Understand configuring and deploying React applications using the Wordle game example. - [Nodejs Applications](https://docs.nife.io/deploy/node) — Effortless Node.js deployment guide- Learn streamlined techniques for deploying Node.js apps with Nife.io. Elevate your deployment process today! - [Python Applications](https://docs.nife.io/deploy/python) — Master Python Deployment with Nife Labs. Follow the steps for a seamless application deployment. - [Ruby Apps - Hello World](https://docs.nife.io/deploy/ruby/hello-world) — Understand configuring and deploying Ruby applications using a simple Hello World example. - [Ruby Apps - Hello World Rails](https://docs.nife.io/deploy/ruby/rails) — Understand configuring and deploying Ruby on Rails applications using a Hello World example. ## CLI Reference - [Deploy MariaDB on Nife With nifectl | Database Deployment Guide](https://docs.nife.io/CLI/how-to-deploy-mariadb-using-nifectl-cli) — Step-by-step guide to deploy MariaDB on Nife using the nifectl CLI — init flags, persistent volume setup, and MYSQL_ROOT_PASSWORD. - [Deploy MongoDB on Nife With nifectl | Database Deployment Guide](https://docs.nife.io/CLI/how-to-deploy-mongodb-using-nifectl-cli) — Step-by-step guide to deploy MongoDB on Nife using the nifectl CLI — init flags, persistent volume setup, and MONGO_INITDB root credentials. - [Deploy MySQL on Nife With nifectl | Database Deployment Guide](https://docs.nife.io/CLI/how-to-deploy-mysql-using-nifectl-cli) — Step-by-step guide to deploy MySQL on Nife using the nifectl CLI — init flags, persistent volume setup, and MYSQL_ROOT_PASSWORD. - [Deploy PostgreSQL on Nife with nifectl | Deployment Guide](https://docs.nife.io/CLI/how-to-deploy-postgres-using-nifectl-cli) — Step-by-step guide to deploy PostgreSQL on Nife using the nifectl CLI — init flags, PGDATA volume path, and POSTGRES_PASSWORD. - [Deploy Redis on Nife With nifectl | Database Deployment Guide](https://docs.nife.io/CLI/how-to-deploy-redis-using-nifectl-cli) — Step-by-step guide to deploy Redis on Nife using the nifectl CLI — init flags, persistent volume setup, and securing Redis with REDIS_PASSWORD. - [Nifectl CLI Guide](https://docs.nife.io/CLI/help) — Master the Nifectl CLI for seamless app management. Learn how to authenticate, deploy, monitor, and control your cloud applications efficiently using Nifectl. - [Nifectl Destroy Command Guide](https://docs.nife.io/CLI/destroy) — Safely and efficiently remove applications using the Nifectl Destroy command. Permanently delete apps and free up resources on the Nife platform. - [_nifectl builtins_](https://docs.nife.io/CLI/builtins) — Efficiently manage and explore Nifectl builtins with Nife CLI. Simplify app deployment, configuration, and cloud automation for developers. - [_nifectl cluster_](https://docs.nife.io/CLI/cluster) — Master cluster management using Nife CLI. Optimize performance, streamline operations, and control clusters efficiently. - [_nifectl config_](https://docs.nife.io/CLI/config) — Manage and optimize application configurations with Nifectl. Streamline control, validation, and customization for efficient app management. - [_nifectl dashboard_](https://docs.nife.io/CLI/dashboard) — Open and manage application dashboards using Nife CLI. Monitor metrics, analyze app performance, and optimize workflows with the Nifectl Dashboard command. - [_nifectl deploy_](https://docs.nife.io/CLI/deploy) — Deploy applications efficiently using Nife CLI. Learn deployment methods, configuration options, and best practices for seamless app delivery on Nife. - [_nifectl history_](https://docs.nife.io/CLI/history) — View and analyze your application history using the Nifectl History command. Track deployments, autoscaling events, and configuration changes. - [_nifectl metrics_](https://docs.nife.io/CLI/metrics) — Enhance monitoring and decision-making through Nife Documentation. Access performance insights with 'nifectl metrics' command. Learn more! - [_nifectl platform_](https://docs.nife.io/CLI/platform) — Nife CLI's platform_regions command offers insights into global infrastructure. Discover more at Nife Docs. - [_nifectl regions_](https://docs.nife.io/CLI/regions) — Nife CLI's regions command offers insights into global locations. Discover more at Nife Docs. - [_nifectl releases_](https://docs.nife.io/CLI/releases) — Stay Updated with Releases! Nife CLI's releases command keeps you informed about updates. Learn more at Nife Docs. - [_nifectl resume_](https://docs.nife.io/CLI/resume) — Nife CLI's resume command helps you pick up tasks effortlessly. Learn more on Nife Docs. - [_nifectl secrets_](https://docs.nife.io/CLI/secrets) — Secure Data Management with our efficient cloud platform Nife CLI's secrets command ensures data protection. Explore more! - [_nifectl status_](https://docs.nife.io/CLI/status) — Stay Informed with System Status! Nife CLI's status command offers insights into system health. Check it out on Nife Docs. - [_nifectl suspend_](https://docs.nife.io/CLI/suspend) — Nife CLI's suspend command temporarily halts tasks. Learn how on Nife Docs. - [_nifectl version_](https://docs.nife.io/CLI/version) — Check Nife CLI version easily. Stay updated with the latest features and improvements. - [_nifectl workload_](https://docs.nife.io/CLI/workload) — Master workload management using Nife CLI. Streamline tasks and boost productivity. - [nifectl apps Command Reference](https://docs.nife.io/CLI/apps) — Complete guide to nifectl apps commands for managing Nife applications — create, deploy, monitor, and control your app lifecycle. - [nifectl auth Command Reference](https://docs.nife.io/CLI/auth) — Complete guide to nifectl authentication commands — login, signup, manage tokens, and control access to the Nife platform. - [nifectl docs Command Reference](https://docs.nife.io/CLI/docs) — Access official Nife documentation from your terminal using the Nifectl Docs command, which opens Nife.io in your browser. - [nifectl init Command Reference](https://docs.nife.io/CLI/init) — Learn how to initialize a new application using Nife CLI. Create and configure your app seamlessly with the 'nifectl init' command. - [nifectl list Command Reference](https://docs.nife.io/CLI/list) — Explore your Nife resources with the nifectl list command. Discover apps and organizations with comprehensive filtering options. - [nifectl logs Command Reference](https://docs.nife.io/CLI/logs) — Access Nife application logs with the nifectl logs command. Filter by instance or region for focused, targeted insights. - [nifectl move Command Reference](https://docs.nife.io/CLI/move) — Manage relocation with 'nifectl move' command. Simplify resource migration and organization. Explore steps in Nife Documentation. - [nifectl open Command Reference](https://docs.nife.io/CLI/open) — Open your browser to a deployed Nife application directly from the CLI using the nifectl open command, with optional path support. - [nifectl orgs Command Reference](https://docs.nife.io/CLI/orgs) — Manage Nife organizations from the CLI — list, create, invite members, migrate, and configure default regions with nifectl orgs. - [nifectl site Command Reference](https://docs.nife.io/CLI/site) — Learn how to deploy and manage static sites on the Nife platform using nifectl CLI. Complete guide for site deployment, redeployment, and version management. ## How-To Guides - [Build With GitHub Actions & Deploy to Nife | CI/CD Pipeline Guide](https://docs.nife.io/Guides/Build-using-Github-and-Deploy) — Step-by-step guide to building Docker images with GitHub Actions and deploying to Nife using nife.toml and NIFE_ACCESS_TOKEN. - [Build with Bitbucket Pipelines & Deploy to Nife | CI/CD Guide](https://docs.nife.io/Guides/Build-using-Bitbucket-and-Deploy) — Learn how to integrate Bitbucket Pipelines with Nife for automated deployment. Configure .bitbucket-ci.yml, install nifectl, and deploy with NIFE_ACCESS_TOKEN. - [Build with Jenkins & Deploy to Nife | CI/CD Guide](https://docs.nife.io/Guides/Build-using-Jenkins-and-Deploy) — Learn how to configure a Jenkins pipeline on AWS EC2 to build and deploy applications to Nife using nife.toml and NIFE_ACCESS_TOKEN. - [Build with Travis CI/CD & Deploy to Nife | CI/CD Guide](https://docs.nife.io/Guides/Build-using-Travis-CI-CD-and-Deploy) — Set up a Travis CI/CD pipeline to build Docker images and deploy to Nife. Covers .travis.yml, Docker Hub, and nifectl setup. - [Configure a Custom Domain on Nife | CNAME DNS Setup Guide](https://docs.nife.io/Guides/Custom-Domains) — Learn how to assign a custom domain to your Nife app by adding a CNAME record in your DNS provider, covering record type, name, and value. - [How to Deploy Actual Budget from the Nife-Deploy Marketplace](https://docs.nife.io/Guides/Openhub/how-to-deploy-actual-budget-from-the-marketplace) — Deploy your own secure, self-hosted Actual Budget instance from the Nife Marketplace. Covers setup, key configuration, and running this personal finance app. - [How to Deploy Adminer from Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-adminer) — Deploy Adminer, the lightweight open-source database tool, on Nife OpenHub. Connect securely to MySQL, PostgreSQL, and more in minutes. - [How to Deploy ArangoDB on Nife-Deploy OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-ArangoDB-from-openhub) — Deploy ArangoDB, the open-source multi-model database (Document, Graph, Key-Value), on Nife-Deploy OpenHub. Covers configuration, deployment, and secure access. - [How to Deploy Authorizer on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-authorizer-from-openhub) — Deploy Authorizer, a self-hosted open-source auth service, on Nife OpenHub. Covers required environment variables for a secure login system. - [How to Deploy Botpress on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-botpress-from-openhub) — Deploy Botpress, the open-source chatbot platform, on Nife OpenHub. Covers rapid container deployment and initial setup for conversational AI. - [How to Deploy Chatpad AI on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-chatpad-ai-from-openhub) — Deploy Chatpad AI, an open-source web UI for LLMs like ChatGPT, on Nife-Deploy OpenHub. Quick setup for secure, self-hosted AI chat. - [How to Deploy ChromaDB on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-chromadb-from-the-marketplace) — Deploy ChromaDB, the open-source vector database for AI, on Nife-Deploy OpenHub. Store embeddings and power semantic search and RAG apps. - [How to Deploy Fathom Lite on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-fathom-lite-from-the-marketplace) — Deploy Fathom Lite, a lightweight, GDPR-compliant analytics tool, on Nife-Deploy OpenHub. Quick setup for cookie-free visitor tracking. - [How to Deploy Focalboard on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-focalboard-from-the-marketplace) — Deploy Focalboard, an open-source, self-hosted Trello alternative, on Nife-Deploy OpenHub. Quick setup for private team collaboration. - [How to Deploy Jenkins from Nife-Deploy OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-jenkins-from-the-marketplace) — Deploy Jenkins, the leading open-source CI/CD automation server, using the Nife-Deploy OpenHub PaaS. Covers marketplace deployment and setup. - [How to Deploy Jupyter Notebook on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-jupyter-notebook-from-the-marketplace) — Deploy a secure, containerized Jupyter Notebook using Nife-Deploy OpenHub. A ready cloud IDE for Python, R, and machine learning workloads. - [How to Deploy MeTube on Nife OpenHub](https://docs.nife.io/Guides/Openhub/meTubeMarketplaceApplication) — Deploy MeTube, a self-hosted app for downloading and converting YouTube videos to MP4 or MP3, on Nife-Deploy OpenHub. - [How to Deploy MindsDB on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-minddb-from-openhub) — Deploy MindsDB, the open-source AI database, on Nife-Deploy OpenHub. Connect data sources and run predictive analytics using SQL. - [How to Deploy N8n on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-n8n-from-the-marketplace) — Deploy N8n, the open-source visual workflow automation platform, on Nife-Deploy OpenHub. Set up secure, no-code integrations quickly. - [How to Deploy NextChat on Nife-Deploy OpenHub | Nife Docs](https://docs.nife.io/Guides/Openhub/How-to-Setup-Nextchat-The-Best-Self-Hosted-AI-Chat-UI) — Deploy a self-hosted AI chat interface that connects to OpenAI, Azure OpenAI, Gemini, and other LLM providers. - [How to Deploy Nginx on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-nginx-from-the-marketplace) — Deploy Nginx, the high-performance web server, reverse proxy, and load balancer, on Nife-Deploy OpenHub. Covers setup and configuration. - [How to Deploy Qdrant on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-qdrant-from-the-marketplace) — Deploy Qdrant, the high-performance open-source vector database, on Nife-Deploy OpenHub. Store embeddings and build scalable AI search apps. - [How to Deploy SSHwifty on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-sshwifty-from-the-openhub) — Deploy SSHwifty, an open-source web-based SSH and Telnet client, on Nife-Deploy OpenHub. Get secure browser terminal access instantly. - [How to Deploy SearXNG on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-deploy-searxng-from-the-marketplace) — Deploy SearXNG, the open-source, privacy-respecting metasearch engine, on Nife-Deploy OpenHub. Launch your own tracker-free search instance. - [How to Deploy Short Paste on Nife OpenHub](https://docs.nife.io/Guides/Openhub/short-paste-application-deploy) — Deploy Short Paste, a self-hosted tool for sharing URLs, text snippets, and files via custom links, on Nife-Deploy OpenHub. - [How to Deploy Uptime Kuma on Nife OpenHub](https://docs.nife.io/Guides/Openhub/uptime-kuma-marketplace-application) — Deploy Uptime Kuma, an open-source status page and monitoring tool, on Nife-Deploy OpenHub. Covers setup and self-hosted real-time monitoring. - [How to Deploy and Publish a Ghost Blog](https://docs.nife.io/Guides/Openhub/ghostMarketplaceApplication) — Step-by-step guide to deploying Ghost, the open-source blogging platform, on Nife-Deploy OpenHub. Launch a professional blog without managing infrastructure. - [How to Deploy and Use Statping on Nife](https://docs.nife.io/Guides/Openhub/statpingMarketplaceApplication) — Deploy Statping, a tool for monitoring the uptime of your website, APIs, and other services, using the Nife-Deploy Marketplace. Get instant alerts. - [How to Deploy code-server on Nife OpenHub](https://docs.nife.io/Guides/Openhub/vs-code-deploy-marketplace-application) — Deploy code-server, which runs Visual Studio Code in your browser, on Nife-Deploy OpenHub. Enables secure remote development from any device. - [How to Set Up Answer from Openhub](https://docs.nife.io/Guides/Openhub/how-to-deploy-answer-from-openhub) — Deploy Answer, an open-source Q&A platform, using Nife-Deploy OpenHub. Launch your own community-driven Q&A site quickly and easily. - [How to Set Up Etherpad on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-set-up-etherpad-from-openhub) — Deploy Etherpad, an open-source real-time collaborative editor, using Nife-Deploy OpenHub. Learn how to configure, launch, and collaborate in real time. - [How to Set Up Gitea on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-gitea-from-nife-deploy) — Deploy Gitea, a fast, self-hosted Git service and open-source alternative to GitHub, on Nife-Deploy OpenHub. Covers setup and collaboration. - [How to Set Up Gotify on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-gotify-from-nife-deploy) — Deploy Gotify, a simple, open-source server for real-time push notifications, on Nife-Deploy OpenHub. Covers setup and the REST API. - [How to Set Up Kanboard on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-set-up-kanboard-from-openhub) — Deploy Kanboard, a lightweight, open-source Kanban project management tool, on Nife-Deploy OpenHub. Launch visual workflow management fast. - [How to Set Up Nextcloud on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-nextcloud-from-nife-deploy) — Deploy Nextcloud, the open-source, self-hosted file sync and collaboration platform, on Nife-Deploy OpenHub. A private Google Drive alternative. - [How to Set Up NocoDB on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-nocodb-on-nife-deploy) — Deploy NocoDB, the open-source Airtable alternative, on Nife-Deploy OpenHub. Turn any relational database into a collaborative spreadsheet. - [How to Set Up Shaarli on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-Shaarli-from-nife-deploy) — Deploy Shaarli, a lightweight, open-source bookmark manager, on Nife-Deploy OpenHub. Covers setup, security, and tagging features. - [How to Set Up Shiori on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-set-up-shiori-from-openhub) — Deploy Shiori, an open-source bookmark manager, using Nife-Deploy OpenHub. Learn how to configure, launch, and manage bookmarks efficiently. - [How to Set Up Trilium Notes on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-trilium-notes-from-nife-deploy) — Deploy Trilium Notes, an open-source hierarchical note-taking app, on Nife-Deploy OpenHub. Build a secure personal knowledge base. - [How to Set Up Whoogle on Nife OpenHub](https://docs.nife.io/Guides/Openhub/how-to-setup-and-use-Whoogle-from-nife-deploy) — Deploy Whoogle, the self-hosted, privacy-respecting Google search proxy, on Nife-Deploy OpenHub. Launch a secure, ad-free search portal. - [How to Use AI Cluster Analysis](https://docs.nife.io/Guides/ai-cluster-analysis) — Learn how to analyze your Kubernetes cluster health by uploading a config YAML file on Nife. - [How to Use AI Log Summarizer](https://docs.nife.io/Guides/ai-logs-summarizer) — Learn how to quickly generate AI-powered summaries for your application logs on Nife. - [Nife App Deployment Time | How Fast Does Deployment Take?](https://docs.nife.io/Guides/Deployment-Time) — Learn how long it takes to deploy an app on Nife, covering the build, location search, and deployment steps plus DNS resolution. - [OpenHub — One-Click App Marketplace Guides | Nife Docs](https://docs.nife.io/Guides/Openhub) — Browse step-by-step deployment guides for every application available in the Nife OpenHub marketplace — databases, AI tools, dev tools, productivity apps, monitoring, and media utilities. ## UI Guide - [A/B Testing](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Deployment-Strategies/AB-testing) — Run real A/B tests on Nife — deploy two variants of your application, split live traffic between them, track views and conversions, and declare a statistically significant winner. - [App Activity Tracking](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Activity) — Track application activities, deployments, and version history in the Activity section, including app state, status, and source code downloads. - [App Configuration Settings](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Configuration) — Dive into the specifics of your app's configuration in this section - [App Configurations](https://docs.nife.io/UI-Guide/Apps-&-their-Management/Configuration) — Customize your app behavior with essential configurations — routing, ports, environment variables, volumes, and resource limits like replicas, vCPU, and memory. - [App Management Overview | Nife Docs](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Overview) — Explore detailed insights for your selected app on this page - [Blue-Green Deployment](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Deployment-Strategies/Blue-Green-Testing) — Run blue-green deployments on Nife — keep two identical environments (blue and green) running side by side, verify the new version before it takes traffic, and switch or roll back instantly. - [Bring Your Own Cluster (BYOC)](https://docs.nife.io/UI-Guide/Locations/Byoc) — Learn how to integrate your own clusters (AWS, GCP, Azure, or Standalone) into Nife using Bring Your Own Cluster (BYOC) with a config file upload. - [Bring Your Own Host (BYOH)](https://docs.nife.io/UI-Guide/Locations/Byoh) — Explore Nife's Bring Your Own Host (BYOH) capability, letting users on advanced plans bring their own device configurations into the Nife platform. - [Build file deployment](https://docs.nife.io/UI-Guide/Site-deployment/Build-File-Deployment) — Deploy your website on Nife by uploading a pre-built file. Upload your static site build artifact and serve it globally from edge locations. - [Create a Secret Variable](https://docs.nife.io/UI-Guide/Variables/Create-Secret) — Manage sensitive information with Nife's secret feature. Create secrets under Settings and use them to securely access private repos and Docker Hub images. - [Create a build and deploy](https://docs.nife.io/UI-Guide/Site-deployment/Create-build) — Learn how to build and deploy your website using our Nife platform. - [Delete Applications](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/delete) — Delete applications from the Nife platform. Learn how to safely remove apps, understand the impact on resources, and confirm deletion from the dashboard. - [Deleting Site Applications](https://docs.nife.io/UI-Guide/Site-deployment/Delete-site-app) — Learn how to delete site applications deployed on the Nife platform. - [GitHub Personal Access Token(PAT)](https://docs.nife.io/UI-Guide/Variables/Github-PAT) — Learn how to obtain a GitHub personal access token for enhanced security and access control. - [Github-PAT-Secret](https://docs.nife.io/UI-Guide/Variables/Github-PAT-Secret) — Create a GitHub Personal Access Token (PAT) for your repository via Nife Settings — provide the PAT name, organization, and token to link it. - [Global-Variables](https://docs.nife.io/UI-Guide/Variables/Global-Variables) — Explore global variables in Nife, accessible throughout your organization's programs. Create and edit them in Settings for use as environmental variables. - [Invite a New User](https://docs.nife.io/UI-Guide/Member) — Invite users and manage their roles on the Nife platform. - [Migrate Organizations: Move Resources & Workloads | Nife Docs](https://docs.nife.io/organizations/migrate) — Complete guide to migrating organizations and moving resources between teams. Learn migration steps, best practices, and verification. - [Move Application](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/move) — Move your applications seamlessly between regions using the settings menu — choose source and destination regions, then confirm the move. - [Nife Access Tokens Guide](https://docs.nife.io/UI-Guide/Access-Tokens) — Instructions for obtaining and using access tokens in Nife. - [Nife Deployment Locations](https://docs.nife.io/UI-Guide/Locations/Locations) — Explore Nife's Active Locations and Available Regions for deployment, and learn the activation process for adding new regions to your account. - [Nife Workload Management](https://docs.nife.io/UI-Guide/workload) — Learn how to create, view, manage regions, and delete workloads in the Nife platform. - [Organization Members](https://docs.nife.io/UI-Guide/Variables/Members) — Manage organization members on Nife — invite users, assign roles, and control access across your team. - [Organizational Secrets](https://docs.nife.io/UI-Guide/Variables/Organizational-Secrets) — Securely store and manage API keys, tokens, and credentials at the organization level in Nife. Reuse secrets across workloads without exposing sensitive data. - [Organizations: View, Create & Manage | Nife Docs](https://docs.nife.io/UI-Guide/Organizations) — Learn how to view, create, manage, and delete organizations in the Nife platform. - [Push to Workload App](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/workload) — Push a version of your app into another app within the same workload using the Merge feature. Both apps must share the same organization. - [Save Config Template](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Template) — Save a new configuration template for future use, storing application ports, environmental variables, and additional resources in a template. - [Scale & Backup region](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Scale) — Scale your application to additional regions with real-time latency indicators, and add backup regions for high availability and disaster recovery. - [Signing in to Nife](https://docs.nife.io/UI-Guide/Sign_in) — Nife offers a seamless sign-in experience with custom email and password, plus SSO integration with Google, GitHub, GitLab, Microsoft, and AWS. - [Slack Notification](https://docs.nife.io/UI-Guide/Notification/Slack-notify) — Learn how to set up Slack notifications for Nife to stay informed about user activities on the platform via an incoming webhook integration. - [Suspend Nife Application](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/suspend) — Suspend your Nife application to pause operations without deleting it. Temporarily stop running instances while preserving configuration and data. - [View Deployed Apps](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/View-apps) — Manage and monitor your deployed apps in one place — status, version, workload, deployment status, organizations, and build type at a glance. ## Monitoring - [Application Monitoring & Analytics | Nife](https://docs.nife.io/Monitoring) — Complete application monitoring solution with real-time uptime tracking, HTTP traffic analytics, and DNS metrics monitoring. - [Application Monitoring Guide: Uptime, DNS & Traffic](https://docs.nife.io/Monitoring/Overview) — Complete monitoring guide with real-time uptime tracking, HTTP traffic analysis, DNS performance metrics, and analytics for your Nife applications. - [DNS Analytics & Query Insights](https://docs.nife.io/Monitoring/DNS-Analytics) — Advanced DNS query analysis including patterns, trends, query types, and DNSSEC status monitoring - [DNS Metrics Monitoring: Performance & Health](https://docs.nife.io/Monitoring/DNS-Metrics) — Monitor DNS query performance, resolution times, and health metrics. Track response times, volume, and geographic performance. - [HTTP Traffic Analysis: Bandwidth & Security Guide](https://docs.nife.io/Monitoring/HTTP-Traffic) — Monitor HTTP traffic patterns, bandwidth usage, cache performance, and security threats. Analyze analytics and track metrics. - [How to Monitor Applications: Uptime, DNS & HTTP Analytics](https://docs.nife.io/Monitoring/Application-Monitoring) — Learn application monitoring with uptime tracking, HTTP traffic analysis, and DNS metrics. Real-time and historical data included. - [Monitoring Quick Reference](https://docs.nife.io/Monitoring/Quick-Reference) — Quick reference guide for monitoring features, keyboard shortcuts, common tasks, and troubleshooting - [Uptime Monitoring & SLA Tracking Guide](https://docs.nife.io/Monitoring/Uptime-Monitoring) — Monitor application uptime, response times, and availability in real-time. Track SLA compliance and SSL certificates. ## Billing - [Billing & Subscriptions Overview - Manage Plans & Payments | Nife](https://docs.nife.io/Billing/Billing-Overview) — Complete guide to Nife billing and subscriptions — manage plans, payment methods, invoices, and billing information in one place. - [Invoices and Billing History - Download & Manage Records | Nife](https://docs.nife.io/Billing/invoices) — View, download, and manage your Nife billing history — access payment records, export invoice data, and understand billing details. - [Managing Your Subscription - Change & Cancel Plans | Nife](https://docs.nife.io/Billing/managing) — Learn how to change, upgrade, downgrade, cancel, and reactivate your Nife subscription plan — including pro-rated billing. - [Payment Methods - Secure Payment & Billing Information | Nife](https://docs.nife.io/Billing/payment) — Manage payment methods securely on Nife — add credit cards, PayPal, and digital wallets. PCI DSS compliant with SSL encryption. - [Plans and Pricing - Compare Features & Costs | Nife](https://docs.nife.io/Billing/plans) — Compare Nife subscription plans — Starter, Pro, and Enterprise — including pricing, features, and storage limits, with no hidden fees. ## DevOps Handbook - [Adopting Continuous Delivery in Organizations](https://docs.nife.io/Devops-Handbook/continuous-delivery/adopting-continuous-delivery-in-organizations) — Explore why organizations adopt Continuous Delivery, the problems it solves, its benefits, and the challenges faced during adoption and rollout. - [Automate Your Deployment Pipeline](https://docs.nife.io/Devops-Handbook/continuous-delivery/why-should-you-automate-your-deployment-pipeline) — Learn why automating your deployment pipeline improves efficiency, speed, consistency, and cost savings — and reduces human error in software delivery. - [Building a Healthy Measurement System](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/building-a-healthy-measurement-system/index) — Learn how to build an effective, sustainable measurement system using relevance, specificity, and avoiding metric overload for meaningful insight. - [Bureaucratic Culture](https://docs.nife.io/Devops-Handbook/devops-culture/bureaucratic-culture/index) — Explore the characteristics of bureaucratic culture — strict hierarchy, formal communication, and resistance to change — and its impact on DevOps. - [Challenges of Adopting Continuous Delivery](https://docs.nife.io/Devops-Handbook/continuous-delivery/challenges-of-adopting-continuous-delivery) — Understand the technical, cultural, and security challenges organizations face when adopting Continuous Delivery, and how to overcome them. - [Continuous Delivery](https://docs.nife.io/Devops-Handbook/continuous-delivery/continuous-delivery-devops-handbook/index) — Learn what Continuous Delivery is and its fundamental principles: automation, version control, incremental changes, and Infrastructure as Code. - [Continuous Delivery Capabilities](https://docs.nife.io/Devops-Handbook/continuous-delivery/continuous-delivery-capabilities) — Learn the essential capabilities for Continuous Delivery: Continuous Integration, Continuous Testing, Version Control, and Monitoring. - [DORA Metrics Explained | DevOps Handbook](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/dora-metrics/index) — Discover the key DORA metrics used to measure DevOps performance: Lead Time, Deployment Frequency, Change Failure Rate, and Mean Time to Recovery. - [Deployment Pipeline Automation Components](https://docs.nife.io/Devops-Handbook/continuous-delivery/deployment-pipeline-automation-components) — Explore the key automation components of a deployment pipeline — CI platforms, packaging tools, artifact management, and release automation in DevOps. - [Deployment Pipelines](https://docs.nife.io/Devops-Handbook/continuous-delivery/deployment-pipelines/index) — Explore the stages and components of a deployment pipeline in DevOps and CI/CD, from code commit to production deployment. - [DevOps Culture Overview](https://docs.nife.io/Devops-Handbook/devops-culture) — Explore the foundations of DevOps culture — collaboration, shared responsibility, psychological safety, and the cultural shift needed for DevOps success. - [DevOps Handbook](https://docs.nife.io/Devops-Handbook/devops-handbook) — Introduction to the DevOps Handbook on Nife Docs — covering DevOps culture, continuous delivery pipelines, metrics frameworks, and platform engineering. - [DevOps Handbook | Nife Docs](https://docs.nife.io/Devops-Handbook) — The Nife DevOps Handbook — a comprehensive guide to DevOps principles, culture, continuous delivery, metrics, and platform engineering practices. - [DevOps Introduction](https://docs.nife.io/Devops-Handbook/devops-introduction) — Introduces DevOps — how it merges development and operations teams to revolutionize the software development process. - [DevOps Metrics Overview](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/devops-metrics/index) — Understand how DevOps metrics guide culture, tooling, and workflow improvements. Learn about DORA Metrics and the SPACE framework for measurement. - [Developers Experience Metrics](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/developers-experience-metrics/index) — Explore developer experience metrics in software development, including feedback time and cognitive load, and how they improve code quality. - [Different DevOps Metrics](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/different-devops-metrics/index) — Explore popular DevOps metrics frameworks — DORA Metrics, SPACE Framework, MONK Metrics, and Developer Experience Metrics — to guide your journey. - [Fundamental Principles of Continuous Delivery](https://docs.nife.io/Devops-Handbook/continuous-delivery/fundamental-principles-of-continuous-delivery/index) — Explore the fundamental principles of Continuous Delivery — automation, traceability, incremental changes, Infrastructure as Code, and shared responsibility. - [Generative Culture](https://docs.nife.io/Devops-Handbook/devops-culture/devops-generative-culture/index) — Understand generative culture in DevOps — how high-trust, performance-oriented teams foster collaboration, learning, and continuous improvement. - [How to Change Your Current Culture to Generative?](https://docs.nife.io/Devops-Handbook/devops-culture/how-to-change-your-current-culture-to-generative/index) — Learn actionable strategies to transform your organization's culture into a generative one — collaboration, leading by example, and continuous learning. - [Implementing DevOps Culture in Your Workplace](https://docs.nife.io/Devops-Handbook/devops-culture/implementing-devops-culture-in-your-workplace/index) — Discover the essential elements of DevOps culture — collaboration, effective communication, ownership, and continuous learning — for better software delivery. - [MONK Metrics Framework](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/monk-metrics/index) — Explore MONK metrics, a framework for evaluating internal development platforms: Monitoring, Observability, Networking, and Knowledge. - [Pathological Culture](https://docs.nife.io/Devops-Handbook/devops-culture/pathological-culture/index) — Explore the characteristics of pathological culture — mistrust, fear, and blame — and how it creates a toxic, unproductive workplace that harms DevOps. - [Platform Engineering](https://docs.nife.io/Devops-Handbook/platform-engineering/platform-engineering/index) — Explore Platform Engineering, its role within DevOps, and the rise of Internal Developer Platforms (IDPs) in modern software delivery. - [Platform Engineering Patterns and Anti-Patterns](https://docs.nife.io/Devops-Handbook/platform-engineering/platform-engineering-patterns-and-anti-patterns/index) — Explore best practices and common pitfalls of platform engineering — overcomplicated platforms, unrelated problems, and lack of adaptability. - [The SPACE Framework](https://docs.nife.io/Devops-Handbook/DevOps-Metrics/the-space-framework/index) — Discover the SPACE framework's five dimensions — Speed, Process, Availability, Cost, and Experience — for effective DevOps measurement. - [Tools for Continuous Delivery](https://docs.nife.io/Devops-Handbook/continuous-delivery/tools-for-continuous-delivery) — Explore essential tools for Continuous Delivery — Version Control, Build Automation, Monitoring, Configuration Management, and Containerization. - [Understanding Workplace Culture](https://docs.nife.io/Devops-Handbook/devops-culture/devops-understanding-workplace-culture) — Explore the relationship between DevOps culture and Westrum Topology — Pathological, Bureaucratic, and Generative — and how they shape team performance. - [Understanding the Principles of DevOps](https://docs.nife.io/Devops-Handbook/understanding-the-principles-of-devops/index) — Explore the core principles of DevOps — collaboration, automation, Continuous Integration, Continuous Delivery, and Infrastructure as Code. - [When to Adopt Platform Engineering](https://docs.nife.io/Devops-Handbook/platform-engineering/when-to-adopt-platform-engineering) — Discover the signs your organization should adopt platform engineering — scalability challenges, tech stack complexity, inefficiencies, and burnout. ## Other - [Access Console and SSH | Remote Connection Guide for VM Instances](https://docs.nife.io/VMs/access) — Complete guide to accessing VM instances via browser console and SSH terminal. Learn secure remote access, key management, and troubleshooting. - [Activity Logs Dashboard](https://docs.nife.io/Deploy-App/Insights/Audit-Logs) — Comprehensive audit trail of system events with filtering, date selection, and export capabilities. - [Alert Best Practices & Management Guide | Nife Deploy](https://docs.nife.io/Alerts/Best-Practices) — Learn best practices for managing alerts — reducing alert fatigue, tuning thresholds, documentation, severity levels, and escalation patterns. - [Alert Configuration & Notification Channels | Nife Deploy](https://docs.nife.io/Alerts/Alert-Configuration) — Learn how to configure notification channels for alerts - Email, Slack, PagerDuty, webhooks, routing strategies, and notification best practices. - [Alerts & Monitoring Guide | Nife Deploy](https://docs.nife.io/Alerts/Intro) — Complete guide to setting up and managing alerts in Nife Deploy — alert rules, notification channels, and status lifecycle. - [Alerts Quick Reference & Cheatsheet | Nife Deploy](https://docs.nife.io/Alerts/Quick-Reference) — Quick reference guide and cheatsheet for alerts - Common alert tasks, troubleshooting, threshold examples, response times, and alert management quick tips. - [App Domain Configuration](https://docs.nife.io/Application/App-Domain) — Learn how to map a custom domain to your dynamic web applications. - [Application Analytics Dashboard](https://docs.nife.io/Deploy-App/Insights/User-Analytics) — Overview of application lifecycle metrics and deployment analytics available in the Apps Dashboard. - [Application Create](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-Create) — Create and deploy new applications on the Nife platform using Docker, standard, site, or database deployment types. - [Application Custom Domains & Endpoints](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Domain) — Manage endpoints and custom domains for your Nife application. Add domains, configure SSL, and route traffic to your deployments globally. - [Application Deployment Types](https://docs.nife.io/UI-Guide/Apps-&-their-Management/Deployment-Types) — Learn about the different application deployment types in Nife including Docker, Source Code, and Archive Upload methods. - [Application Deployments on Nife | Stateless & Edge-Native Apps](https://docs.nife.io/Concept/Application-Deployments) — Understand how Nife handles stateless, Jamstack, and edge-native application deployments, including the desired state model and network configuration. - [Application Details & Configuration | Nife](https://docs.nife.io/Applications/details) — Comprehensive guide to viewing detailed application information — configuration, performance metrics, logs, and environment variables. - [Application Logs](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Logs) — View and analyze real-time application logs for debugging and monitoring. - [Application Metrics](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Metrics) — Overview of SRE service health metrics including latency, traffic, error rate, and system resource utilization. - [Application Monitor](https://docs.nife.io/application-monitor) — Monitor application uptime, response time, and availability metrics in real time. - [Application Overview | Manage Your Nife Deployments | Nife Docs](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/App-Overview) — Get a complete overview of your deployed application on Nife — view status, regions, metrics, logs, configuration, and management options in one place. - [Application Resources](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Resource-Configuration) — Configure and monitor compute resources for your Nife application. Set CPU and memory limits, view resource utilization, and optimize for cost and performance. - [Application Secrets](https://docs.nife.io/deploy/secrets) — Manage environment variables and sensitive configuration for your deployed applications. - [Application Settings](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Settings) — Manage application settings on Nife — configure move, suspend, delete, environment variables, and deployment options for your apps. - [Application Types Guide - Apps, Sites & Databases | Nife](https://docs.nife.io/Applications/types) — Complete guide to Nife application types — containerized Apps, static Sites, managed Databases, and Standalone services. - [Application Volumes](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Volume) — Manage persistent storage volumes attached to deployed applications. - [Applications Dashboard Overview - Deploy & Manage Apps | Nife](https://docs.nife.io/Applications/overview) — Complete guide to the Applications Dashboard — manage apps, static sites, databases, and standalone services from one unified interface. - [Backup & Disaster Recovery](https://docs.nife.io/Deploy-App/Governance/Backup-And-DR) — Configure backup and disaster recovery for your Nife deployments. Protect application data, set recovery objectives, and restore deployments quickly. - [Build from Source](https://docs.nife.io/Deploy-App/Deploying-a-Site/Build-from-Source) — Deploy your site on Nife by building directly from source code. Connect your repository, configure build commands, and deploy to the edge automatically. - [Cloud Cost Monitoring on Nife | AWS & GCP Cost Dashboard](https://docs.nife.io/Cloud-Cost-Monitoring/Cost-Monitoring) — Enable cloud cost monitoring on Nife to track AWS and GCP spending. Connect cloud accounts, view a real-time dashboard, and get Slack budget alerts. - [Cloud Deployment Best Practices](https://docs.nife.io/deploy/cloud) — A comprehensive guide to best practices for deploying applications on AWS, GCP, and Azure. - [Cloud Provider Setup | AWS, GCP, Azure, OpenShift](https://docs.nife.io/VM-Management/cloud-provider-setup) — Detailed setup and configuration instructions for AWS, GCP, Azure, and OpenShift integration, covering credentials, IAM permissions, and security practices. - [Cluster Analysis](https://docs.nife.io/Deploy-App/Optimize/Cluster-Analysis) — Upload kubeconfig files and analyze Kubernetes clusters using AI-powered insights. - [Code Security Scanning](https://docs.nife.io/Deploy-App/Optimize/Code-Scan) — Overview of code scanning functionality, secret detection capabilities, and scan management features. - [Configure Custom Domains with DNS | Complete DNS Setup Guide](https://docs.nife.io/sites/custom-domains) — Complete guide to setting up custom domains for your static sites — DNS configuration, CNAME records, SSL certificates, and provider-specific instructions. - [Configure Your App on Nife | nifectl init & Config Guide](https://docs.nife.io/configure/configure) — Configure a Nife application using a public Docker container, buildpacks, or a Dockerfile — step-by-step with the nifectl CLI or Nife UI dashboard. - [Connecting Kubernetes Clusters - Step-by-Step Guide | Nife Deploy](https://docs.nife.io/Clusters/Connecting-Clusters) — Learn how to connect your Kubernetes clusters to Nife - Standalone clusters, BYOC AWS, GCP, Azure, kubeconfig setup, and troubleshooting guide. - [Connecting to Databases | PostgreSQL, MySQL, MongoDB](https://docs.nife.io/Databases/Connecting-Databases) — Complete guide to connecting applications to managed databases, with connection strings and setup examples for Node.js, Python, Docker, and Kubernetes. - [Cost Optimization](https://docs.nife.io/Deploy-App/Optimize/Cost-Optimization) — Optimize cloud costs for your Nife deployments. Analyze resource usage, identify waste, and implement cost-saving strategies across regions and providers. - [Create & Manage Organizations: Team Management Guide | Nife Docs](https://docs.nife.io/organizations/overview) — Complete guide to creating, managing, and organizing teams. Learn organization setup, member management, workloads, and organizational structure. - [Creating Alert Rules - Step-by-Step Guide | Nife Deploy](https://docs.nife.io/Alerts/Creating-Alert-Rules) — Learn how to create alert rules to monitor your systems — set thresholds, define conditions, and configure severity levels. - [Creating a Civo API Key for Nife-Cost Integration](https://docs.nife.io/Cloud-Cost-Monitoring/creating-civo-api-key) — Learn how to create a Civo API Key and configure Nife-Cost for efficient cloud cost monitoring and resource management. - [Creating a DigitalOcean API Token for Nife-Cost Integration](https://docs.nife.io/Cloud-Cost-Monitoring/creating-digitalocean-api-token) — Learn how to create a DigitalOcean API Token and configure Nife-Cost for efficient cloud cost monitoring and resource management. - [Creating a GCP Service Account for Nife-Cost Integration](https://docs.nife.io/Cloud-Cost-Monitoring/creating-google-service-account) — Learn how to create a GCP Service Account, grant the necessary permissions, and configure Nife-Cost for efficient cloud resource management. - [Creating an Azure Service Principal for Nife-Cost Integration](https://docs.nife.io/cost-monitoring-for-azure) — Learn how to create an Azure Service Principal, grant the necessary permissions, and configure Nife-Cost for efficient cloud resource management. - [Custom Domains Management & DNS Configuration Guide | Nife Docs](https://docs.nife.io/Domains/Domains-Overview) — Master custom domain management with automatic SSL certificates, DNS configuration, and analytics. Connect your domain to Nife apps fast. - [DNS Configuration Guide: CNAME, A Records & Setup | Nife Docs](https://docs.nife.io/Domains/DNS-Configuration) — Complete DNS configuration guide for custom domains. Learn CNAME vs A records, propagation, and best practices for Nife applications. - [DORA Metrics Dashboard | Nife Docs](https://docs.nife.io/Optimize/DORA-Metrics) — Track software delivery performance using industry-standard DORA metrics and performance benchmarks. - [Database Backup & Recovery: Disaster Recovery Guide | Nife Docs](https://docs.nife.io/Databases/Backup-Recovery) — Complete backup and recovery guide covering automatic backups, point-in-time recovery, disaster recovery strategy, and data protection best practices. - [Database Management Guide | Monitoring, Scaling & Optimization](https://docs.nife.io/Databases/Managing-Databases) — Master database management including performance monitoring, scaling resources, version updates, and optimization, with metrics and troubleshooting tips. - [Deploy Database](https://docs.nife.io/UI-Guide/database) — Deploy and manage databases on Nife. Launch PostgreSQL, MySQL, MongoDB, and Redis databases with one click and connect them to your applications. - [Deploy Static Sites | Global CDN Hosting Platform | Nife](https://docs.nife.io/sites) — Deploy and manage static websites with global CDN distribution, free SSL certificates, and instant version rollback on Nife edge cloud platform. - [Deploying Kubernetes Agents - Complete Guide | Nife Deploy](https://docs.nife.io/Clusters/Deploying-Agents) — Learn how to deploy and manage agents on your Kubernetes clusters - Monitoring, logging, security scanning, and agent management guide. - [Deployment History](https://docs.nife.io/Deploy-App/Application/Deploys) — View deployment history, track release versions, and manage rollbacks for your Nife applications. Monitor deploy status and timestamps across all regions. - [Deployment Strategies](https://docs.nife.io/Deploy-App/Application/Strategies) — Configure deployment strategies on Nife including blue-green, canary, and rolling deployments. Minimize downtime and risk with advanced release strategies. - [Deployment Templates](https://docs.nife.io/Automation/Templates) — Manage reusable application configurations and deploy instantly from the marketplace. - [Docker Deployment](https://docs.nife.io/deploy/docker-deployment) — Deploy applications using Docker images on the Nife platform. - [Domain Backup & Recovery | Nife Docs](https://docs.nife.io/Domains/Backup-Recovery) — Learn how to back up and recover custom domain configurations in Nife, including DNS backup strategies and recovery best practices. - [Domain Monitoring & Analytics Guide](https://docs.nife.io/Domains/Monitoring-Domains) — Monitor domain performance, health, and security in real-time. Track metrics, SSL status, and set alerts for maximum uptime. - [Domains & DNS Management | Complete Guide | Nife Docs](https://docs.nife.io/Domains) — Master custom domain management, DNS configuration, SSL certificates, and domain monitoring with Nife's comprehensive guide. Connect your domain in minutes. - [Export and Analysis - Volume Reports & Data Analysis | Nife](https://docs.nife.io/Volumes/export) — Export your volume data as JSON for analysis, reporting, and documentation. Learn to analyze storage distribution and integrate with external tools. - [Export and Reporting | VM Data Export and Report Generation Guide](https://docs.nife.io/VMs/export) — Complete guide to exporting VM instance data and generating reports. Learn CSV/JSON export, cost analysis, compliance reporting, and team collaboration. - [Generating an AWS access key and secret key](https://docs.nife.io/Cloud-Cost-Monitoring/aws-generating-keys) — Learn how to create an AWS access key and secret key with the required permissions, then configure Nife-Cost for efficient cloud resource management. - [GitHub Actions Integration | Nife Docs](https://docs.nife.io/Deploy-App/Automation/Github-actions) — Integrate Nife with GitHub Actions to automate deployments on every push or pull request merge. Set up Ci/Cd pipelines with nifectl. - [GitHub App Deploy](https://docs.nife.io/Deploy-App/Application/Deploy-application) — Deploy applications on Nife directly from GitHub. Connect your Git repository, configure build settings, and deploy to the edge in minutes. - [HTTPS Analytics](https://docs.nife.io/deploy/https) — Monitor HTTPS traffic, performance, caching efficiency, and SSL/TLS usage for deployed applications. - [How to Add Custom Domains to Nife Apps | Step-by-Step Guide](https://docs.nife.io/Domains/Adding-Custom-Domains) — Complete step-by-step guide to add custom domains to your Nife applications and static sites. Includes DNS configuration, SSL certificates, and troubleshooting. - [How to Create Databases | PostgreSQL, MySQL, MongoDB Setup](https://docs.nife.io/Databases/Creating-Databases) — Step-by-step guide to create and deploy managed databases — choose a database type, configure settings, and deploy PostgreSQL, MySQL, MongoDB, or Redis. - [How to Create VM Instances | VM Provisioning Guide](https://docs.nife.io/VM-Management/creating-vms) — Step-by-step guide to provisioning new VM instances on AWS, GCP, and Azure using Nife. Learn Node Configuration, instance sizing, and OS selection. - [How to Deploy a Static Site | Step-by-Step Deployment Guide](https://docs.nife.io/sites/creating) — Learn how to deploy your static site to a global CDN in minutes — upload files, connect Git repositories, or deploy from AWS S3 buckets. - [How to Manage Organization Members: Roles & Access Control | Nife](https://docs.nife.io/organizations/members) — Complete guide to inviting members, assigning roles, and managing access control in organizations. Learn admin, member, and viewer roles. - [Import from Git](https://docs.nife.io/Deploy-App/Deploying-a-Site/Import-from-Git) — Import and deploy your site from a Git repository on Nife. Connect GitHub, GitLab, or Bitbucket and deploy your frontend directly to edge locations. - [Incidents & Alerts | Nife Deployment Monitoring | Nife Docs](https://docs.nife.io/Deploy-App/Insights/Incidents-And-Alerts) — View, manage, and respond to incidents and alerts for your Nife deployments. Track alert history, severity levels, and resolution status in one place. - [Introduction to Nife | Multi-Cloud Deployment Platform](https://docs.nife.io/Introduction/Nife) — Nife is a developer-friendly multi-cloud and edge orchestration platform for deploying, managing, and scaling applications globally with low latency. - [K8s Logs API Reference - Complete Endpoint Documentation](https://docs.nife.io/K8s-Logs/API-Reference) — Complete API reference for Kubernetes logs management, covering endpoints for log collection, search, archival, and cluster management. - [K8s Logs Quick Reference & Cheatsheet](https://docs.nife.io/K8s-Logs/Quick-Reference) — Quick reference guide and cheatsheet for Kubernetes logs management - LogQL query examples, common filters, troubleshooting, API calls, and best practices. - [Kubernetes Logs Management Guide | Nife Deploy](https://docs.nife.io/K8s-Logs/Management) — Complete guide to managing Kubernetes logs in Nife Deploy - collect, search, filter, and archive logs from K8s clusters efficiently. - [Kubernetes Pod Logs Monitoring & AI Analysis | Nife Deploy](https://docs.nife.io/Clusters/Monitoring-Logs) — Monitor Kubernetes pod logs with real-time streaming and AI-powered analysis. Find errors, detect patterns, and optimize cluster performance. - [Manage Organization Workloads: Apps & Deployments](https://docs.nife.io/organizations/workloads) — Learn to view, manage, and monitor all workloads across your organization. Scale applications, manage deployments, and track resource usage. - [Manage VM Instances | VM Operations and Control Guide](https://docs.nife.io/VMs/managing) — Complete guide to managing, controlling, and operating virtual machine instances. Learn start, stop, restart, delete, and configuration operations. - [Manage Your Nife App | Monitor Status, Logs, History & Releases](https://docs.nife.io/manage/manage) — Learn how to manage and monitor your live Nife application using nifectl commands. View app status, history, releases, and logs from the CLI or dashboard. - [Manage Your Sites | Site Dashboard and Management Guide](https://docs.nife.io/sites/managing) — Learn to view, edit, and manage your deployed sites from Nife dashboard — site management, performance monitoring, and troubleshooting. - [Managed Databases Guide | PostgreSQL, MySQL, MongoDB & Redis](https://docs.nife.io/Databases) — Complete managed database guide for PostgreSQL, MySQL, MongoDB, and Redis — deployment, connections, monitoring, backups, and automatic scaling. - [Managed Databases: MySQL, PostgreSQL, MongoDB & Redis | Nife Docs](https://docs.nife.io/Databases/Databases-Overview) — Deploy and manage fully-managed databases with automatic backups, high availability, and scaling. Support for PostgreSQL, MySQL, MariaDB, MongoDB, and Redis. - [Managing Alerts & Automated Notifications | Nife Deploy](https://docs.nife.io/Alerts/Alerts-Overview) — Learn how to set up, manage, and respond to alerts in your Nife dashboard — alert system, notification channels, and real-time monitoring. - [Managing Applications - Control, Monitor & Operate Apps | Nife](https://docs.nife.io/Applications/managing) — Complete guide to managing deployed applications — pause, resume, restart, delete, filter, and perform bulk operations. - [Managing Cluster Resources & Performance | Nife Deploy](https://docs.nife.io/Clusters/Managing-Resources) — Monitor and manage your Kubernetes cluster resources - CPU, memory, disk, pod metrics, autoscaling, performance optimization, and resource limits guide. - [Managing Kubernetes Clusters](https://docs.nife.io/Deploy-App/Application/Clusters) — Connect and manage Kubernetes clusters for your Nife application. Add BYOC clusters, monitor health, and deploy the Nifex tunnel. - [Managing Kubernetes Clusters - BYOC Guide | Nife Deploy](https://docs.nife.io/Clusters/Clusters-Overview) — Learn how to connect and manage Kubernetes clusters with Nife's BYOC solution - AWS, GCP, Azure, and self-managed Kubernetes clusters. - [Managing VM Instances | Nife](https://docs.nife.io/VM-Management/managing-vms) — Complete guide to managing, monitoring, and controlling VM instances on AWS, GCP, and Azure — instance lifecycle, dashboard navigation, and operations. - [Managing Volumes - Create, Expand & Configure Storage | Nife Docs](https://docs.nife.io/Volumes/managing) — Complete guide to managing persistent storage volumes including creation, expansion, and deletion. Learn best practices for allocation and monitoring. - [Nife Application Concepts | Stateless Apps on the Edge Cloud](https://docs.nife.io/Concept/Applications) — Learn how Nife handles stateless application deployments with global load balancing, lifecycle management, version control, and performance monitoring. - [Nife Build Options | Dockerfile, Buildpacks & Docker Images](https://docs.nife.io/Concept/Builders-and-Build-Options) — Learn about Nife's three build options: Dockerfile, Cloud Native Buildpacks (Paketo & Heroku18), and pre-built Docker images for your application. - [Nife CLI Reference](https://docs.nife.io/Deploy-App/Optimize/Nife-CLI) — Use the Nife CLI to manage and optimize your deployments from the command line. Deploy apps, manage resources, and automate workflows with nifectl. - [Nife Edge Network | Global Load Balancing & Low-Latency Routing](https://docs.nife.io/Concept/Edge-Network) — Understand how the Nife edge network works — global load balancing, geo-routing, and automatic DNS for every deployed app at .nifetency.com. - [Nife LiteLLM MCP Server](https://docs.nife.io/llm-lite) — Connect Claude AI and other LLM tools to Nife LiteLLM's multi-provider API via the MCP Server. Access OpenAI, Anthropic, Google, and more. - [Nife Services | Ports, Environment Variables & Deployment](https://docs.nife.io/Concept/Services) — Learn how Nife Services work — configure ports, environment variables, and Docker containers, then deploy via CLI, GitHub Actions, or the Nife UI. - [Nife.io MCP Server](https://docs.nife.io/mcp-server/overview) — Connect Claude AI and other LLM tools to your Nife.io cloud platform using the Nife MCP Server. Deploy, manage, and monitor apps via natural language. - [Nifex Tunnel Deployment](https://docs.nife.io/Deploy-App/Application/Clusters/Nifex) — Deploy a Nifex tunnel to a connected Kubernetes cluster and use it to securely access databases deployed in that cluster's region. - [Organizational Secrets Management: API Keys & Credentials](https://docs.nife.io/organizations/secrets) — Securely store and manage sensitive information at organization level. Learn secrets management, encryption, and security best practices. - [Organizations & Team Governance | Nife Docs](https://docs.nife.io/Deploy-App/Governance/Organizations) — Manage organizations and team governance on Nife. Create organizations, control access, manage members, and organize resources across your team. - [Organizations & Team Management: Complete Guide | Nife Docs](https://docs.nife.io/organizations) — Complete organizations management guide. Learn team setup, member management, workload organization, secrets management, and organization migration. - [Organizations Quick Reference](https://docs.nife.io/organizations/quick-reference) — Quick tips and shortcuts for managing organizations - [Organizations on Nife | Manage Workspaces, Teams & App Access](https://docs.nife.io/Concept/Organizations) — Learn how Nife Organizations work — create and manage workspaces, add team members, set admin roles, and group your application deployments. - [Performance and Optimization | Website Speed Guide](https://docs.nife.io/sites/performance) — Optimize your static site for maximum speed — CDN optimization, caching strategies, Core Web Vitals, and best practices for faster load times. - [Redeploy Application](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Redeploy) — Redeploy your application on Nife to apply updates, fix issues, or refresh your deployment. Trigger redeployment with zero downtime from the dashboard. - [Responding to Alerts - SRE Guide | Nife Deploy](https://docs.nife.io/Alerts/Responding-To-Alerts) — Learn how to respond to and manage active alerts - Acknowledge, investigate, resolve incidents, coordinate team response, and handle alert escalations. - [Revert Application](https://docs.nife.io/UI-Guide/Apps-&-their-Management/App-management/Revert) — Revert your Nife application to a previous deployment version. Quickly roll back to a stable release when issues arise in production. - [Rule Engine | Nife Docs](https://docs.nife.io/Deploy-App/Automation/Rule-Engine) — Automate deployment decisions with Nife rule engine. Define conditions and actions to trigger deployments, scaling, and alerts automatically. - [SRE Intelligence | AI-Powered Site Reliability | Nife Docs](https://docs.nife.io/Deploy-App/Insights/SRE-Intelligence) — Leverage AI-driven SRE intelligence on Nife to detect anomalies, predict failures, and automate incident response across your cloud deployments. - [SSL Certificates & HTTPS: Complete Security Guide | Nife Docs](https://docs.nife.io/Domains/SSL-Certificates) — Complete SSL certificate and HTTPS security guide covering encryption, automatic provisioning, renewal, and domain security best practices. - [Scaling Applications - Horizontal & Vertical Growth | Nife](https://docs.nife.io/Applications/scaling) — Master application scaling — horizontal scaling (replicas), vertical scaling (resources), multi-region deployment, and auto-scaling. - [Secrets & Vault](https://docs.nife.io/deploy/secrets-and-vault) — Manage encrypted secrets and vault providers across your organization, including HashiCorp Vault, AWS, Azure, and GCP. - [Secrets Management on Nife | Secure Environment Variables](https://docs.nife.io/Concept/Secrets) — Securely store and manage API tokens, passwords, and credentials on Nife using Secrets, encrypted server-side and injectable as environment variables. - [Service Metrics | Monitor Application Performance | Nife Docs](https://docs.nife.io/Deploy-App/Insights/Service-Metrics) — Track and analyze service-level metrics for your applications on Nife. Monitor request rates, latency, error rates, and resource utilization across deployments. - [Site Deployment Overview](https://docs.nife.io/Deploying-a-Site/Sites) — Guide to managing site deployments, custom domains, and real-time performance analytics. - [Sites Custom Domain](https://docs.nife.io/Application/Sites-Domain) — Learn how to map a custom domain to your static portfolio or website. - [Sites Quick Reference](https://docs.nife.io/sites/quick-reference) — Quick tips, shortcuts, and helpful reference for sites - [Slack Alerts for Cost Monitoring](https://docs.nife.io/Cloud-Cost-Monitoring/slack-alert) — Learn how to set up Slack alerts for Cloud Cost Monitoring. Create an incoming webhook to receive timely cost notifications in the right Slack channel. - [Snapshot Management - Backup, Restore & Disaster Recovery | Nife](https://docs.nife.io/Volumes/snapshots) — Complete guide to creating, restoring, and managing point-in-time volume backups. Learn backup strategies and best practices for disaster recovery. - [Stand Alone Server](https://docs.nife.io/Deploy-App/stand-alone-server) — Deploy stand-alone server applications on Nife. Run backend services, APIs, and microservices independently across edge and cloud infrastructure. - [Token Management](https://docs.nife.io/deploy/token-management) — Manage API tokens and Git provider tokens for secure deployments and integrations. - [Troubleshooting Sites](https://docs.nife.io/sites/troubleshooting) — Solve common issues with deploying and managing sites - [Upload Archive Deployment](https://docs.nife.io/deploy/application-upload-archive) — Step-by-step guide to deploy an application using Upload Archive. - [Upload Build File](https://docs.nife.io/Deploy-App/Deploying-a-Site/Upload-Build-File) — Deploy your pre-built site on Nife by uploading a build file directly. Upload ZIP archives of your static site and serve them globally from the edge. - [User Profile Settings](https://docs.nife.io/deploy/profile) — Manage profile, preferences, integrations, and security settings. - [VM Instance Details | Configuration & Resource Guide](https://docs.nife.io/VMs/instance-details) — Comprehensive guide to viewing and understanding VM instance details, configuration, resource allocation, and monitoring information. - [VM Management Troubleshooting | Common Issues and Solutions](https://docs.nife.io/VM-Management/troubleshooting) — Comprehensive troubleshooting guide for VM Management issues — credential errors, connection problems, and performance issues across AWS, GCP, and Azure. - [VM Management: Monitor Performance & Health | Nife](https://docs.nife.io/VM-Management/monitoring-vms) — Comprehensive VM monitoring guide with real-time metrics, performance analysis, and health tracking across CPU, memory, disk, and network on AWS, GCP, Azure. - [VMs Dashboard Overview | Multi-Cloud VM Management | Nife](https://docs.nife.io/VMs/overview) — Complete guide to the VMs dashboard for managing virtual machine instances across AWS, GCP, and Azure cloud providers with unified control and monitoring. - [VMs Dashboard: Monitor Performance & Health | Nife](https://docs.nife.io/VMs/monitoring) — Comprehensive VM monitoring guide with real-time metrics, performance analysis, health tracking, and alerting across AWS, GCP, and Azure instances. - [Version Control and Rollbacks | Deployment History Guide](https://docs.nife.io/sites/versions) — Learn to manage site versions and rollback to previous deployments. Complete guide to deployment history, instant rollbacks, and version comparison. - [Virtual Machine Management | Nife](https://docs.nife.io/VM-Management/overview) — Unified virtual machine management across AWS, GCP, and Azure — control EC2, Compute Engine, and Azure VMs from one platform with monitoring and automation. - [Virtual Machines](https://docs.nife.io/Deploy-App/Application/Virtual-Machines) — Deploy and manage virtual machines on Nife. Launch VMs across cloud providers, configure specs, and manage VM lifecycle from the dashboard. - [Volume Details and Properties | Storage Info | Nife](https://docs.nife.io/Volumes/details) — Learn how to view and understand volume details including size, region, creation date, and metadata on the Nife platform. - [Volumes Dashboard Overview - Persistent Storage Management | Nife](https://docs.nife.io/Volumes/overview) — Complete guide to managing persistent storage volumes, snapshots, and backups. Learn to monitor capacity and manage distributed volumes across applications.