Skip to content
Jagoan Cloud Docs
  • Solutions
    • Server Ujian Online
    • Scalable WordPress
  • Products
    • Jagoan Cloud PaaS
      • Pricing
    • Cloud Backup
    • VPS Windows
    • Business Mail
    • SSL Certificate
  • Login App
Popular Search settingphpsshdockerdomain

Rapor Digital Madrasah

  • Cara Instalasi RDM

Panduan Dasar

  • Cara Memasang SSL di Jagoan Cloud
  • Mengubah domain Jagoan Cloud ke Domain Sendiri
  • Cara Menambahkan IP Public

Moodle

  • Cara Login ke Server Moodle di Jagoan Cloud
  • Cara Login ke Aplikasi Moodle di Jagoan Cloud
  • Cara Menggunakan Domain Pribadi untuk Aplikasi Moodle

Quick Start

  • Getting Started
  • Dashboard Guide
  • Welcome Tutorial
  • Software Stack Versions

Platform Overview

  • What is Platform-as-a-Service
  • Concept and Terminology
  • What are System Containers
  • What are Application Containers
  • Isolated Containers
  • What is Auto-Clustering
  • Cloudlet

Containers

  • Container Types
  • Container Image Requirements
  • Connect to Custom Container
  • Custom Container SSH Access
  • Private Registry Inside PaaS
  • Building Custom Containers

Environment Management

  • HTTP Headers
  • Clone Environment

Application Settings

  • Configuration File Manager
  • Managing Timezone Settings

Development Tools

  • FTP/FTPS Support

Account and Pricing

  • Account Registration
  • Account Types
  • Account Statuses
  • Account Password Reset
  • Quotas System
  • Two Factor Authentication
  • Personal Access Token
  • Upgrade and Refill Account
  • Pricing Model Overview

Architecture Overview

  • Cluster Overview
  • Cluster Orchestrator

Container Deployment

  • Certified Containers Deployment
  • Custom Containers Deployment
  • Docker Engine Deployment

Container Redeploy

  • Redeploy Overview
  • Preserve Data

Container Configuration

  • Configuration Tools
  • Container Environment Variables
  • Container Linking
  • Container Volumes
  • Container Ports
  • Container Run Configuration

Environment Variables

  • Java Options and Arguments
  • Default Environment Variables
  • Custom Environment Variables

Environment Groups

  • Overview
  • Group Creation
  • Navigation Between Groups
  • Group Management
  • Environment Isolations

Scaling and Clustering

  • Automatic Vertical Scaling
  • Horizontal Scaling
  • Automatic Horizontal Scaling
  • Data Synchronization
  • File Synchronization in Cluster
  • Auto-Clustering of Instances

Built-In Monitoring

  • Log Files
  • Statistics
  • Load Alerts

SSH

  • Generate SSH Key
  • Add SSH Key
  • SSH Access

Resource Charging

  • Pricing FAQ
  • Charged Resources
  • Monitoring Consumed Resource

Kubernetes

  • GitLab CI/CD Integration
  • Cluster Automated Upgrade
  • Public IP for Access to Kubernetes
  • Traefik v2 Ingress Controller

Kubernetes Cluster

  • Kubernetes Overview
  • System Requirements
  • Cluster Installation
  • Cluster Versions

Managing Kubernetes

  • Cluster Access
  • Access Controll
  • Cluster Troubleshooting
  • Cluster Upgrade
  • Velero Backup

Kubernetes Scalability

  • Vertical Scalling
  • Horizontal Scalling

Application Deployment

  • Helm Integration
  • YAML Deployments
  • Internal Networking
  • Exposing Services
  • Creating Ingresses

Persistent Data

  • Volume Provisioner
  • Persistent Volume Claim
  • Custom Storage

Domain Name Management

  • Swap Domain
  • Multiple Domain for PHP
  • Container DNS Hostnames

External Access to Applications

  • Shared Load Balancer
  • Public IP
  • Container Firewall
  • Endpoints

Traffic Distributor

  • Traffic Distributor Overview
  • Routing Methods
  • Traffic Distributor Installation
  • Traffic Distributor Integration
  • Use Case

SSL

  • Secure Socket Layer
  • Built-In SSL
  • Custom SSL
  • Custom SSL via SLB

Scheduling Configuration

  • Setting Up Cronjob
View Categories
  • Docs
  • Panduan Penggunaan Layanan & Platform Jagoan Cloud
  • Jagoan Cloud PaaS
  • Panduan Dasar
  • Platform Overview
  • What are System Containers

What are System Containers

1 min read

System container (juga dikenal sebagai operating system container) adalah jenis container paling awal. Ini adalah solusi yang berpusat pada sistem operasi (OS) yang berperilaku seperti sistem mandiri dan tidak memerlukan software khusus atau image kustom seperti Docker. System container sangat mirip dengan virtual machine (VM), tetapi dengan overhead yang jauh lebih rendah dan manajemen yang lebih mudah.

System container menjalankan sistem init lengkap seperti systemd, SysVinit, Upstart, atau OpenRC, yang memungkinkan banyak proses dijalankan di dalam satu container dengan OS yang sama (contohnya seperti OpenSSH, crond, atau syslogd). Kontainer sistem paling cocok untuk aplikasi tradisional atau monolitik lama (legacy), karena memungkinkan penggunaan kembali arsitektur, tools, dan konfigurasi yang sebelumnya digunakan untuk VM.

services in application and system containers

Spesifikasi dari system container memberikan beberapa keuntungan dan karakteristik khusus, di antaranya :

  1. Bersifat stateful
    System container mendukung live migration (antar host node, pusat data, bahkan antar Cloud) dan tidak kehilangan data atau status setelah reboot. Ketahanan data seperti ini sangat cocok untuk menjalankan aplikasi dan layanan yang berjalan lama dan bersifat stateful (termasuk database SQL, NoSQL, dan in-memory).
  2. Kompatibel dengan ekosistem Java
    System container dapat berjalan berdampingan dengan ekosistem Java tanpa perlu konfigurasi tambahan agar proses Java menyadari bahwa mereka dijalankan di dalam kontainer.
  3. Mendukung hot redeployment
    System container memungkinkan penerapan hot redeployment (memperbarui aplikasi tanpa perlu me-restart kontainer atau runtime Java). Ini juga menyederhanakan dan mempercepat proses clustering server aplikasi Java EE / Jakarta EE.

Beberapa implementasi system container yang ada meliputi : BSD Jails, Linux vServer, Solaris Zones, OpenVZ/Virtuozzo, dan LXC/LXD.
Pada Jagoan Cloud, berbasis teknologi Virtuozzo, yang memungkinkan menjalankan ribuan kontainer sistem di satu host node dan mengelolanya dengan mudah layaknya sekumpulan proses biasa.

What are your Feelings

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on July 14, 2025
CloudletWhat are Application Containers

Powered by BetterDocs

© 2022 Jagoan Cloud