Skip to content

Commit

Permalink
added definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran1689 <[email protected]>
  • Loading branch information
Kiran1689 committed Nov 14, 2024
1 parent 591e897 commit 87f620d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions definitions/20240910_definition_digitalocean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "DigitalOcean"
description: "A cloud infrastructure provider offering scalable compute, storage, and networking services."
date: 2024-09-10
author: "Kiran Naragund"
---

# DigitalOcean

## Definition

DigitalOcean is a cloud infrastructure provider that allows developers to deploy and scale applications using virtual machines (droplets), databases, object storage, and other cloud-based services. It provides a simple and user-friendly interface designed to streamline the process of deploying cloud resources.

## Context and Usage

DigitalOcean is widely used by developers, startups, and small businesses to host websites, applications, databases, and other projects. The platform is known for its ease of use, competitive pricing, and strong developer community. It supports a variety of services, including virtual private servers (droplets), Kubernetes, managed databases, and more, making it suitable for a range of use cases from development environments to production-grade deployments.
16 changes: 16 additions & 0 deletions definitions/20240910_definition_droplets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Droplets"
description: "Virtual private servers (VPS) provided by DigitalOcean for deploying applications and services."
date: 2024-09-10
author: "Kiran Naragund"
---

# Droplets

## Definition

Droplets are virtual private servers (VPS) provided by DigitalOcean, which can be used to deploy applications, host websites, or run any software that requires cloud-based infrastructure. Each droplet is a fully isolated instance with its own dedicated resources such as CPU, RAM, and storage.

## Context and Usage

Droplets are the core compute resource in DigitalOcean, used by developers to build and scale their applications in the cloud. They can be configured with different operating systems, pre-installed with popular development frameworks, and integrated with other DigitalOcean services like managed databases, block storage, and monitoring. Droplets are versatile and scalable, allowing users to select the optimal size and configuration based on their workload and budget.

0 comments on commit 87f620d

Please sign in to comment.