Apache CloudStack is an opensource infrastructure-as-a-service cloud computing platform that is easy to use, turnkey, highly available and highly scalable.
GitHub - kurokobo/awx-on-k3s: An example implementation of AWX on single node K3s using AWX Operator, with easy-to-use simplified configuration with ownership of data and passwords.
An example implementation of AWX on single node K3s using AWX Operator, with easy-to-use simplified configuration with ownership of data and passwords. - kurokobo/awx-on-k3s
Docker : Top 5 des risques liés à la cybersécurité
Cet article présente les 5 principaux risques de sécurité informatique liés à l'utilisation de conteneurs Docker ainsi que des pistes pour s'en protéger.
OpenNebula – Open Source Cloud & Edge Computing Platform
OpenNebula is an Open Source Cloud Computing Platform to build and manage Enterprise Clouds. OpenNebula provides unified management of IT infrastructure and applications, avoiding vendor lock-in and reducing complexity, resource consumption and operational costs.
How to Import OVA to Proxmox? » SYNCBRICKS - Information Technology for everyone
When you have OVA file it saves your time to install and configure the VM by yourself. In this article, I have explained all the steps to import OVA to Proxmox.
Transformez votre entreprise grâce au multicloud hybride | Nutanix
Découvrez le future de l’infrastructure cloud avec Nutanix. Libérez l’agilité, l’évolutivité et la simplicité avec notre solution multicloud hybride. Commencez dès aujourd’hui !
Supply Chain Attack : le cas du Registre Privé Docker - LeHACK 2024
leHACK 2024 - Participation de Geoffrey Sauvageot-Berland pour présenter un sujet de recherche intitulé "Supply Chain Attack : le cas du Registre privé Docker".
On ne présente plus MQTT, ce protocole ultra light rapide et puissant qui a pris le lead dans la maison connectée et plus spécifiquement les installations
Multi-host networking In Chapter 7, Single-Host Networking, we discussed how containers communicate on a single Docker host. Now, we have a swarm that consists of a cluster of nodes … - Selection from Learn Docker - Fundamentals of Docker 18.x [Book]
Les secrets dans Docker – Le cauchemar des fuites de données dans vos images
Les images Docker sont une source majeure de fuites de secrets. Apprenez à sécuriser vos secrets dans vos Dockerfiles et évitez les pièges courants qui exposent vos informations sensibles. Découvre…
This is a presentation showing how to expose LXD containers to your LAN using both a bridge device and a macvlan device. We do this by creating LXD profiles. We also describe how to combine the default profile into our new profiles. This is a follow-on to my many other LXD tutorials and presentations on VLANs.
See the show notes for command details:
https://discussion.scottibyte.com/t/lxd-containers-bridged-to-the-main-lan-connected-via-macvlan
--------------
Come visit us at: https://www.scottibyte.com
Discourse: https://discussion.scottibyte.com
RocketChat: https://chat.scottibyte.com
Infrastructure 4. How to Run Cisco Nexus 9000v in Proxmox to Lab Cisco Data Centre
Hello my friend,
We use Proxmox in our Karneliuk Lab Cloud (KLC), which is a driving power behind our Network Automation and Nornir trainings. It allows to run out of the box the vast majority of VMs with network opening systems: Cisco IOS or Cisco IOS XR, Arista EOS, Nokia SR OS, Nvidia Cumulus,
LXC est un système d'isolation qui permet d'exécuter plusieurs environnements Linux sur une seule plate-forme. Ce système utilise en fait un seul noyau mais permet de créer de multiples conteneurs Linux possédant chacun ses propres processus et interfaces réseau. LXC est similaire à OpenVZ mais a l'avantage d'être officiellement intégré au noyau. Contrairement aux machines virtuelles (VirtualBox, VMware, KVM) ou à la paravirtualisation (Xen), LXC :
Create LXC Templates Every time inspiration struck or I saw a blog post with something I wanted to try, it was frustrating and time consuming to get the base operating system set up to the way I like it before proceeding with the project. Now I just update the template each point release or when I add something substantial to my dotfiles so it's ready to go whenever I need to spin up a fresh container.