Cisco-Ausbildung

Insoft Services ist einer der wenigen Schulungsanbieter in EMEAR, der ein umfassendes Angebot an Cisco-Zertifizierungen und spezialisierten Technologieschulungen anbietet.

Lesen Sie mehr

Cisco Zertifizierungen

Erleben Sie einen Blended-Learning-Ansatz, der das Beste aus von Lehrern geleiteten Schulungen und E-Learning zum Selbststudium kombiniert, um sich auf Ihre Zertifizierungsprüfung vorzubereiten.

Lesen Sie mehr

Cisco Learning Credits

Cisco Learning Credits (CLCs) sind Prepaid-Schulungsgutscheine, die direkt bei Cisco eingelöst werden und die Planung für Ihren Erfolg beim Kauf von Cisco-Produkten und -Services erleichtern.

Lösen Sie Ihre CLCs ein

Cisco Continuing Education

Das Cisco Continuing Education Program bietet allen aktiven Zertifizierungsinhabern flexible Optionen zur Rezertifizierung, indem sie eine Vielzahl von in Frage kommenden Schulungselementen absolvieren.

Lesen Sie mehr

Cisco Digital Learning

Zertifizierte Mitarbeiter sind GESCHÄTZTE Vermögenswerte. Erkunden Sie die offizielle Digital Learning Library von Cisco, um sich durch aufgezeichnete Sitzungen weiterzubilden.

CDLL-Katalog

Cisco Business Enablement

Das Cisco Business Enablement Partner Program konzentriert sich auf die Verbesserung der Geschäftsfähigkeiten von Cisco Channel Partnern und Kunden.

Lesen Sie mehr

Cisco Schulungskatalog

Lesen Sie mehr

Technische Zertifizierung

Das Fortinet Network Security Expert (NSE) -Programm ist ein achtstufiges Schulungs- und Zertifizierungsprogramm, um Ingenieuren ihre Netzwerksicherheit für Fortinet FW-Fähigkeiten und -Erfahrungen beizubringen.

Technische Kurse

Fortinet-Ausbildung

Insoft ist als Fortinet Authorized Training Center an ausgewählten Standorten in EMEA anerkannt.

Lesen Sie mehr

Fortinet Schulungskatalog

Lesen Sie mehr

ATC Status

Überprüfen Sie unseren ATC-Status in ausgewählten Ländern in Europa.

Lesen Sie mehr

Fortinet Service-Pakete

Insoft Services hat eine spezielle Lösung entwickelt, um den Prozess der Installation oder Migration zu Fortinet-Produkten zu rationalisieren und zu vereinfachen.

Lesen Sie mehr

Microsoft-Ausbildung

Insoft Services bietet Microsoft-Schulungen in EMEAR an. Wir bieten technische Schulungen und Zertifizierungskurse von Microsoft an, die von erstklassigen Instruktoren geleitet werden.

Technische Kurse

Extreme-Ausbildung

Erfahren Sie außergewöhnliche Kenntnisse und Fähigkeiten von Extreme Networks.

Technische Kurse

Technische Zertifizierung

Wir bieten einen umfassenden Lehrplan für technische Kompetenzen zur Zertifizierung an.

Lesen Sie mehr

Extreme Schulungskatalog

Hier finden Sie alle Extreme Networks online und den von Lehrern geleiteten Kalender für den Klassenraum.

Lesen Sie mehr

ATP-Akkreditierung

Als autorisierter Schulungspartner (ATP) stellt Insoft Services sicher, dass Sie die höchsten verfügbaren Bildungsstandards erhalten.

Lesen Sie mehr

Lösungen & Dienstleistungen

Wir bieten innovative und fortschrittliche Unterstützung bei der Konzeption, Implementierung und Optimierung von IT-Lösungen. Unsere Kundenbasis umfasst einige der größten Telcos weltweit.

Beratungspakete

Ein weltweit anerkanntes Team von zertifizierten Experten unterstützt Sie bei einem reibungsloseren Übergang mit unseren vordefinierten Beratungs-, Installations- und Migrationspaketen für eine breite Palette von Fortinet-Produkten.

Über uns

Insoft bietet autorisierte Schulungs- und Beratungsdienstleistungen für ausgewählte IP-Anbieter. Erfahren Sie, wie wir die Branche revolutionieren.

Lesen Sie mehr
  • +49 6151 277 6496
  • Cloud-Native Continuous Integration and Delivery

    Duration
    1 Tag
    Delivery
    (Online Und Vor Ort)
    Price
    Preis auf Anfrage
    Cloud-native software development requires new ways of building and delivering applications. This Cloud-Native Continuous Integration and Delivery (CI/CD) course starts with an introduction to cloud-native concepts. It teaches you the skills you need to create a continuous integration (CI) and continuous delivery (CD) environment for your applications and deploy them using tools such as Kubernetes and Docker. By the end of this course, you will be able to design professional and enterprise-ready CI/CD pipelines.  

    The course starts with a detailed explanation of CI/CD concepts by performing exercises on cloud services and on-premise applications. You’ll learn to create multi-stage builds and tests for Docker and apply best practices for Docker containers. You’ll learn how to continuously deliver to the Docker registry. As the course progresses, you’ll experiment with cloud services for CI, including building and testing cloud-native microservices. When the course ends, you would have experimented with GitLab CI/CD pipelines for CD, and configured and deployed software to Kubernetes using Helm.

    Lesson 1: Cloud-Native CI/CD Concepts

    • Introduction to Cloud-Native CI/CD Concepts
    • DevOps Culture
    • Cloud-Native Architecture
    • DevOps Patterns for Cloud-Native Architecture
    • Choosing the Best CI/CD Tools
    • Exercise 1: Building, Deploying, and Updating Your Blog in the Cloud

    Lesson 2: Cloud-Native Continuous Integration

    • Introduction
    • Container Technology
    • Testing Cloud-Native Applications
    • Building Cloud-Native Applications

    Lesson 3: Cloud-Native Continuous Delivery and Deployment

    • Introduction
    • Continuous Delivery of Containers
    • Checklist for Cloud-native CD Design

    This course is ideal for professionals who are interested in cloud-native software development. To benefit the most from this course, you must be familiar with developing, building, testing, integrating, and deploying containerized microservices into cloud systems.

    Hardware:

    For an optimal student experience, we recommend the following hardware configuration:

    • Processor: Intel Core i5 or equivalent
    • Memory: 4 GB RAM or higher
    • Internet connection

    Software:

    You will also need the following software installed in advance:

    • Sublime Text (latest version), Atom IDE (latest version) or another similar text editor application
    • Docker
    • Git

    Installation and Setup

    Before you start this course, we’ll install Docker and Git, which are the tools used throughout this course. You will find the steps to install them here:

    Installing Docker

    • curl -fsSL https://get.docker.com -o get-docker.sh
    • sh get-docker.sh

    Installing Git

    • Please follow the steps for your operating system to install Git: https://docs.gitlab.com/ee/topics/git/how_to_install_git/.
    Cloud-native software development requires new ways of building and delivering applications. This Cloud-Native Continuous Integration and Delivery (CI/CD) course starts with an introduction to cloud-native concepts. It teaches you the skills you need to create a continuous integration (CI) and continuous delivery (CD) environment for your applications and deploy them using tools such as Kubernetes and Docker. By the end of this course, you will be able to design professional and enterprise-ready CI/CD pipelines.  

    The course starts with a detailed explanation of CI/CD concepts by performing exercises on cloud services and on-premise applications. You’ll learn to create multi-stage builds and tests for Docker and apply best practices for Docker containers. You’ll learn how to continuously deliver to the Docker registry. As the course progresses, you’ll experiment with cloud services for CI, including building and testing cloud-native microservices. When the course ends, you would have experimented with GitLab CI/CD pipelines for CD, and configured and deployed software to Kubernetes using Helm.

    Lesson 1: Cloud-Native CI/CD Concepts

    • Introduction to Cloud-Native CI/CD Concepts
    • DevOps Culture
    • Cloud-Native Architecture
    • DevOps Patterns for Cloud-Native Architecture
    • Choosing the Best CI/CD Tools
    • Exercise 1: Building, Deploying, and Updating Your Blog in the Cloud

    Lesson 2: Cloud-Native Continuous Integration

    • Introduction
    • Container Technology
    • Testing Cloud-Native Applications
    • Building Cloud-Native Applications

    Lesson 3: Cloud-Native Continuous Delivery and Deployment

    • Introduction
    • Continuous Delivery of Containers
    • Checklist for Cloud-native CD Design

    This course is ideal for professionals who are interested in cloud-native software development. To benefit the most from this course, you must be familiar with developing, building, testing, integrating, and deploying containerized microservices into cloud systems.

    Hardware:

    For an optimal student experience, we recommend the following hardware configuration:

    • Processor: Intel Core i5 or equivalent
    • Memory: 4 GB RAM or higher
    • Internet connection

    Software:

    You will also need the following software installed in advance:

    • Sublime Text (latest version), Atom IDE (latest version) or another similar text editor application
    • Docker
    • Git

    Installation and Setup

    Before you start this course, we’ll install Docker and Git, which are the tools used throughout this course. You will find the steps to install them here:

    Installing Docker

    • curl -fsSL https://get.docker.com -o get-docker.sh
    • sh get-docker.sh

    Installing Git

    • Please follow the steps for your operating system to install Git: https://docs.gitlab.com/ee/topics/git/how_to_install_git/.
      Termine
      Datum auf Anfrage

    Follow Up Courses

    Filter
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 2 Tage
      Datum auf Anfrage
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.