vUptime.io - Cloud builder(s)
open-menucloseme
Home
KB cards
My K8S Book
About
githubtwitterrss
  • Run Argo workflow from a VEBA event through OpenFaaS

    Ludovic Rivallain calendarJan 6, 2021  · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware veba kubernetes event-driven argo openfaas
    Run Argo workflow from a VEBA event through OpenFaaS

    I recently made posts about the VMware Event Broker (aka VEBA) to explain basic on-boarding in the FaaS and Event-Driven worlds. As you may have noticed, the FaaS concept is perfect for use-case where the automation will be: Stateless Fast running No latency sensitive Responsible of a single thing Deterministic BTW, …


    Read More
  • VMware Event Broker 0.5.0 (aka VEBA) on Kubernetes – First steps

    Ludovic Rivallain calendarDec 17, 2020  · 11 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware veba kubernetes event-driven
    VMware Event Broker 0.5.0 (aka VEBA) on Kubernetes – First steps

    This post is a re-edition of a previous one: VMware Event Broker (aka VEBA) on Kubernetes – First steps, update to be applicable to the new 0.5.0 release of VEBA, including the support of helm chart deployment. In the following post, we will (re)discover how to deploy the VMware Event Broker services (VEBA) within an …


    Read More
  • HTTPie – quick memo on the usage with VMware products

    Ludovic Rivallain calendarDec 14, 2020  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    api httpie cli linux vmware

    Here is a quick memo on the usage of HTTPie to connect to VMware products to explore or use the API. Install (Ubuntu/Debian) 1sudo apt install -qy jq 2sudo pip3 install -U httpie VMware vCenter 1# login 2http POST https://vcsa.vlab.lcl/rest/com/vmware/cis/session --verify=no --session=vcsa -a …


    Read More
  • Use VMware Container Service Extension with a corporate proxy

    Ludovic Rivallain calendarNov 26, 2020  · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware kubernetes cse vcloud director extension
    Use VMware Container Service Extension with a corporate proxy

    The current post is a quickstart to VMware open-source project Container Service Extension (CSE), a Kubernetes as a Service for VMware vCloud Director. The project is already well documented (CSE documentation) and you should not have any trouble to set it up by following the installation steps. Except... if you plan …


    Read More
  • VMware Event Broker (aka VEBA) on Kubernetes – First steps

    Ludovic Rivallain calendarNov 2, 2020  · 10 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware veba kubernetes event-driven
    VMware Event Broker (aka VEBA) on Kubernetes – First steps

    Warning: Since the publication of VEBA 0.5.0, the development team provides a helm chart deployment method. According to this, I made a re-edition of this post to provide a new setup workflow: VMware Event Broker 0.5.0 (aka VEBA) on Kubernetes – First steps In the following post, we will discover how to deploy the …


    Read More
  • VMworld 2020 – Récapitulatif jour 2

    Ludovic Rivallain calendarOct 1, 2020  · 10 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware vmworld
    VMworld 2020 – Récapitulatif jour 2

    Conclusion Ce n'est pas logique mais je vais conclure ce couple d'articles au sujet du VMworld avant les résumés des conférences regardées ce jour (que vous trouverez donc plus bas dans le présent article). Forcément, un évènement en virtuel n'a pas la saveur d'un évènement en présentiel, surtout quand on apprécie de …


    Read More
  • VMworld 2020 – Récapitulatif jour 1

    Ludovic Rivallain calendarSep 30, 2020  · 9 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware vmworld
    VMworld 2020 – Récapitulatif jour 1

    Introduction Cette année le VMworld a une saveur une peu particulière. Habituellement, 2 VMwords (un US et un EU) tiennent place chaque année avec plusieurs milliers de personnes réunies sous un même toit pendant 3 ou 4 jours. Forcément, cette année, ce format n'a pas été possible au regard de la pandémie actuellement …


    Read More
  • Object notfound in vRO using the vCloud Director plugin

    Antoine Harlaut calendarApr 25, 2020  · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware vcloud director vro plugin javascript connector api rest
    Object notfound in vRO using the vCloud Director plugin

    A strange behavior has happened just after vRO installation and vCloud director plugin configuration, I wasn't able to interact with any objects managed by the vcloud director plugin. I created a simple workflow on my lab to illustrate the issue. The workflow cannot be more basic as it has only a single line of code to …


    Read More
  • vCloud Director – Change the timeout configuration for extensibility

    Ludovic Rivallain calendarApr 20, 2020  · 1 min read  ·
    Share on: twitterfacebooklinkedincopy
    vmware vcloud director extension plugin timeout

    Use following commands to set a customized value for request timeout for API extension services: SSH to the vCloud cell(s) then: 1cd /opt/vmware/vcloud-director/bin 2# Get the current value 3./cell-management-tool manage-config -n extensibility.timeout -l 4# Change value 5./cell-management-tool manage-config -n …


    Read More
  • REST ❤ Swagger, 2 minutes to create an API SDK ⏱ – Codegen Demo – Part 2

    Ludovic Rivallain calendarApr 9, 2020  · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    rest swagger devops codegen api vcenter vcloud vmware
    REST ❤ Swagger, 2 minutes to create an API SDK ⏱ – Codegen Demo – Part 2

    After a short introduction of Swagger Codegen and the context of the demo made for a French vMUG Webinar, we will see how to apply this to VMware products like vCenter and vCloud Director. As this post is following the steps made in the part 1, I strongly encourage you to start with the previous post. Pre-requisites …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

 photo

A cloud builders blog: Virtualization, Cloud Computing, VMware, Kubernetes, Infra-as-code…

vExpert

Read More

Recent Posts

  • Public preview – Azure Arc-enabled VMware vSphere – Part 3
  • Public preview – Azure Arc-enabled VMware vSphere – Part 2
  • Public preview – Azure Arc-enabled VMware vSphere – Part 1
  • Azure VMware Solutions REST API - part 2: az rest
  • Azure VMware Solutions REST API - part 1: Postman collection
  • VMware Event Broker on Kubernetes with Knative functions - part 2
  • VMware Event Broker on Kubernetes with Knative functions - part 1
  • My Kubernetes Book

Categories

VMWARE 47 FRENCH 17 AZURE 5 AUTOMATION 2 OPENSTACK 2 ANSIBLE 1 BASH 1 BLOG 1 CLOUD 1 KUBERNETES 1 POWERSHELL 1 VMWARE-POWERSHELL 1

Tags

VMWARE 63 VMWORLD 13 VREALIZE 12 VCLOUD 11 BOOKMARK 10 API 9 KUBERNETES 8 VRA 8 AUTOMATION 7 DIRECTOR 7 LINUX 7 SCRIPT 7 AVS 6 AZURE 6 EVENT-DRIVEN 6
All Tags
AMQP1 ANSIBLE2 API9 ARC3 ARGO1 AUTHENTICATION1 AUTOMATION7 AVS6 AZURE6 AZURE-VMWARE-SOLUTION5 BASH2 BOOK1 BOOKMARK10 BOOT2 CATALOG1 CERTIFICATE4 CHEATSHEET2 CLARITY1 CLI1 CLONE1 CLOUD1 CODEGEN2 COMMUNITY2 CONNECTOR1 CRON1 CRONTAB1 CSE1 CSS1 CURL2 CUSTOMIZATION1 CYBERDUCK1 DATABASE1 DATASTORE1 DBUSER1 DCSCOPE1 DESIGN1 DEVOPS3 DIFF2 DIRECTOR7 DUMMY1 EASYVIRT1 ENDPOINT2 ESX2 ESXI4 EVENT-DRIVEN6 EXTENSION4 FIREWALL1 FSCK2 GIST1 GIT1 GOOGLE1 GREENIT1 HELPER1 HTTPIE1 HYBRID-CLOUD3 IAAS2 JAVA1 JAVASCRIPT3 JRE1 KEYSTONE1 KEYTOOL1 KNATIVE2 KUBECTL1 KUBERNETES8 LINKED1 LINUX7 LOGS1 MODELMANAGER1 MODULE1 NESTED2 OBJECT1 OPENFAAS1 OPENSOURCE1 OPENSSL1 OPENSTACK2 ORCHESTRATOR4 OVF1 OVFTOOL1 OVH1 PASSWORD1 PLUGIN3 POSTMAN1 POWERCLI2 POWERSHELL2 PRIVILEGES1 PSC2 PUBLIC1 PYTHON4 RABBITMQ1 REST5 SCRIPT7 SCSI1 SECURITY2 SERVICE1 SII4 SNAPSHOT1 SSH2 STORAGE1 SWAGGER2 SWIFT1 SYSTEMD1 TEMPLATE1 TIMEOUT2 TIPS1 TRAINING1 TROUBLESHOOT1 TROUBLESHOOTING1 TUTORIAL1 VAMI1 VCD5 VCENTER3 VCLOUD11 VCSA2 VEBA5 VIM1 VIM-CMD2 VIRTUALBOX2 VM1 VMUG4 VMWARE63 VMWORLD13 VMX2 VNC1 VRA8 VREALIZE12 VRO6 VSPHERE1 WINDOWS1
[A~Z][0~9]
Ludovic Rivallain and blog co-authors

Copyright 2014 –  – Ludovic Rivallain and blog co-authors. All Rights Reserved

to-top