The Green
Odoo Cloud
Fast, efficient, and future-proof. Built on energy-efficient ARM-based Ampere processors — the same architecture that powers Apple's M-series devices.
Why choose eYssen Cloud?
Sustainability
Up to 50% lower energy consumption compared to traditional x86 servers. Reduced CO2 footprint for a greener future.
High Performance
Seamlessly serving thousands of Odoo users with fast response times. Powered by Ampere One ARM processors.
Future-proof
Built on ARM/Ampere foundations, the same architecture behind Apple Silicon. Stable and evolving for the long term.
Flexible Scaling
Increase CPU cores and memory on the fly. Zero downtime scaling that grows with your business.
Cost-efficient
More performance for the same price. ARM architecture delivers better compute per watt, lowering your total cost of ownership.
Not just another cloud!
A fast, green, future-proof platform that scales with your growth. Purpose-built for Odoo, not a generic hosting solution.
How is eYssen Cloud structured?
A modern, cloud-native stack designed for reliability, performance, and operational excellence.
Oracle Cloud Infrastructure
OCIEnterprise-grade cloud foundation with global reach and Ampere ARM compute instances.
Kubernetes
OKEContainer orchestration for high availability, auto-scaling, and zero-downtime deployments.
PostgreSQL 18
CloudNativePGCloud-native database operator with automatic failover, continuous backup, and point-in-time recovery.
GitOps
ArgoCDInfrastructure as code — every change is auditable, reversible, and deployed through Git.
Redis
CachingIn-memory data store for lightning-fast session management and application caching.
Backblaze
B2 StorageS3-compatible object storage for automated backups with cross-region redundancy.
Cloudflare
CDN / WAFGlobal CDN, DDoS protection, and Web Application Firewall for security and speed.
OpenVSCode Server
Admin ConsoleBrowser-based IDE for managing your instance, running commands, and editing files.
A complete, managed development environment
Instantly accessible from your browser. No SSH keys, no VPN — just open and start working.
Browser-Based IDE
Full OpenVSCode-Server environment running in your browser with instant access to your Odoo instance files.
Version Control Freedom
Integrated Git support with seamless connectivity to your preferred repositories and workflows.
Odoo-Optimized Shell
Pre-configured shell environment with ready-made commands for common Odoo operations and maintenance tasks.
Direct Database Access
Connect to your PostgreSQL database directly from the IDE using built-in plugins or the psql shell.
Advanced Monitoring
Real-time log access and environment switching for debugging, performance analysis, and troubleshooting.
GitOps Integration
Configuration as code with controlled, auditable deployments through your Git workflow.
The eYssen Cloud Admin Console — a full IDE in your browser
Available Regions
Deploy your eYssen Cloud instance in 40+ locations worldwide.
What are these technologies?
Oracle Cloud Infrastructure (OCI)
The Oracle Cloud Infrastructure (OCI) is Oracle's cloud platform, designed for enterprise workloads—especially databases and mission-critical applications. In addition to classic IaaS services (compute, storage, network), OCI also offers managed platform services such as Autonomous Database, Container Registry, Kubernetes (OKE – Oracle Container Engine for Kubernetes), Functions (serverless), as well as a comprehensive set of observability and security tools (Logging, Monitoring, Vault, WAF).
Its networking model is built on "VCN" (Virtual Cloud Network), featuring fine-tunable subnets, route tables, security lists, and network firewalls. This design simplifies the hybrid interconnection of cloud and on-premises environments (FastConnect, IPSec VPN). One of OCI's strengths is its predictable performance and value for money: Bare Metal and flexible "Flexible VM" formats ensure high bandwidth and low latency, while "Resource Manager" and "Cloud Shell" facilitate Infrastructure as Code (IaC) management.
The platform provides built-in Identity and Access Management (IAM), detailed cost monitoring, and rigorous compliance certifications that support the requirements of regulated industries. Oracle's goal is to provide customers with a stable, secure, and open-standards-based environment where traditional enterprise workloads and modern, cloud-native applications can run efficiently side-by-side.
Kubernetes (K8s)
Kubernetes (K8s) is an open-source container orchestration system that automates the deployment, scaling, updates, and self-healing of containerized applications. Its basic units are Pods (a group of containers) that run on the cluster's nodes. The desired state is described in a "declarative" manner (Deployment, StatefulSet), and Kubernetes continuously works to ensure the running system matches this state.
Service access is handled by Service and Ingress resources, configuration and secrets by ConfigMap and Secret, and persistent data by StorageClass and PersistentVolumeClaim. The advantage of Kubernetes is that it provides a unified runtime layer from development to production: the same description (YAML/Helm) can be reused across multiple environments, and Horizontal Pod Autoscaling (HPA), rolling updates, and rollbacks are natively supported.
Access can be finely controlled with RBAC and namespaces. The observability ecosystem (Metrics Server, Prometheus, Grafana, Loki, OpenTelemetry) provides a complete picture of the system's health. Extensibility is ensured with Operators and CRDs, while Helm charts and GitOps tools (e.g., Argo CD) facilitate version-controlled, automated deployment.
Redis
Redis is an open-source, high-performance, in-memory data structure store widely used as a cache, message broker, and persistent store. Storing data exclusively in the server's RAM ensures extremely fast read and write speeds, minimizing latency, while optional disk synchronization (persistence) guarantees data durability.
Redis is much more than a simple key-value store; it natively supports complex data structures such as lists, sets, sorted sets, and hash tables, making it incredibly versatile in modern applications. It is an ideal choice for tasks that require high availability and lightning-fast response times, such as real-time leaderboards, counter management, and API response caching.
Through its built-in replication and clustering capabilities, Redis is perfectly suited to serve as the caching layer for high-traffic, cloud-native applications orchestrated by Kubernetes and running on OCI. This reduces the load on the primary database, and it is especially suitable for the high-speed and scalable storage of user session data in the Odoo system.
Backblaze
Backblaze is an American cloud storage and data backup company founded in 2007 in San Mateo, California. Its main products include a computer backup service and the B2 Cloud Storage service, both available to business and personal users. B2 Cloud Storage is a low-cost, high-performance cloud object storage service designed for developing various applications, handling media files, creating backups, and supporting Artificial Intelligence workflows.
Backblaze is committed to data security, offering numerous security features, including robust encryption and the option to use private encryption keys. The company operates multiple data centers in the United States and Europe, ensuring reliable and fast data access for its customers worldwide.
Cloudflare
Cloudflare is an American technology company that provides content delivery network (CDN) and cloud-based security services. Its services include protection against DDoS attacks, reverse proxying of web traffic, and domain name service (DNS). Cloudflare's goal is to improve the security, performance, and reliability of the internet.
The company's global network is present in over 330 cities in more than 120 countries, enabling fast and reliable data transfer worldwide. Cloudflare's services are used by many businesses, non-profit organizations, and individuals to enhance the performance and security of their websites and applications.
Among the services offered by Cloudflare is its Content Delivery Network (CDN), which speeds up website loading times by storing static content on servers located in different parts of the world. Additionally, the company provides DDoS attack protection, preventing service outages caused by malicious traffic. Cloudflare is committed to improving internet security and performance and continuously develops its services to meet modern web challenges.
OpenVSCode Server
OpenVSCode Server is an open-source project that makes the popular Microsoft Visual Studio Code (VS Code) editor available in a web environment via server-side execution. Essentially, it runs a full-featured VS Code environment on the remote machine (in this case, on OCI, within a Kubernetes Pod), which users can access through any modern web browser.
This solution allows developers to access, edit their code, and run their debugging tools without having to locally install heavy development dependencies, as all compute tasks occur in the cloud. OpenVSCode Server supports VS Code extensions, the built-in terminal, Git integration, and language-specific services.
Since the development environment runs directly in the Kubernetes container where the code is also deployed, it guarantees consistency between the development, test, and production environments. Access to the service is provided via the Cloudflare CDN, which not only improves speed but also offers built-in protection against potential attacks, while the underlying OCI infrastructure provides a scalable and secure foundation for development workflows.
GitOps & ArgoCD
GitOps is an operational framework for delivering and managing cloud-native applications that uses Git as the single source of truth for declarative infrastructure and applications. The essence of GitOps is ensuring that what you declare in the Git repository—the desired state—is exactly what is running in your environment—the actual state.
How GitOps Works
GitOps is built upon four core principles that ensure automatic and controlled deployments. Firstly, the entire system, including infrastructure, applications, and their configurations, is declaratively described. Secondly, the system's desired state is stored in Git, guaranteeing a complete change log and the ability to roll back to any previous state. Thirdly, software delivery is executed by an automated process that applies the desired state changes to the environment. Finally, the crucial fourth element is the software agent (Controller), which continuously monitors both the Git repository and the cluster's actual state.
ArgoCD: The GitOps Implementation
ArgoCD is a popular, Kubernetes-native Continuous Delivery (CD) tool that perfectly fits within the GitOps framework. ArgoCD serves as the software agent running inside your cluster. Its operation is based on the pull model: it constantly monitors the target Git repository for changes to the desired state while simultaneously monitoring the current state of the Kubernetes cluster. When it detects a drift between the two states, the application enters an "Out of Sync" status. If configured for automatic synchronization, ArgoCD automatically applies the changes from Git to the cluster, restoring the desired state. This creates a powerful self-healing mechanism.
Ready to go green?
Get your eYssen Cloud instance today.
