This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Cloud and Container Deployment

The use of containers expands UNIGINE's capabilities to support new cloud-based development workflows as well as deployment strategies. Containers can be used to enhance production pipelines, develop next-gen cloud applications, deploy enterprise solutions, and a lot more.

Containers are a technology designed to pack applications and their supporting dependencies into a single standard unit that is portable across different computing systems, whether they're on-premises or in the cloud.

Similar to virtual machines, containers are stored on disk as a container image, from which multiple containers can be instantiated. However, unlike virtual machines, containers share a common operating system kernel and can also share common data between distinct container images. This makes them lightweight in terms of computing resources and enables a greater number of concurrent deployments.

This section describes how to use containers and container images to support cloud-based deployments of UNIGINE-based applications as well as SDK Browser and UnigineEditor to be used in the process of development of applications on the basis of UNIGINE Engine.

Articles in This Section

Last update: 2024-04-18
Build: ()