Cisco utbildning

Insoft Services är en av få utbildningsleverantörer inom EMEAR som erbjuder hela utbudet av Cisco-certifiering och specialiserad teknikutbildning.

Läs mer

Cisco-certifieringar

Upplev en blandad inlärningsmetod som kombinerar det bästa av instruktörsledd utbildning och e-lärande i egen takt för att hjälpa dig att förbereda dig för ditt certifieringsprov.

Läs mer

Cisco Learning Credits

Cisco Learning Credits (CLC) är förbetalda utbildningskuponger som löses in direkt med Cisco och som gör det enklare att planera för din framgång när du köper Ciscos produkter och tjänster.

Läs mer

Cisco Fortbildning

Ciscos fortbildningsprogram erbjuder alla aktiva certifikatinnehavare flexibla alternativ för att omcertifiera genom att slutföra en mängd olika kvalificerade utbildningsartiklar.

Läs mer

Cisco Digital Learning

Certifierade medarbetare är VÄRDERADE tillgångar. Utforska Ciscos officiella digitala utbildningsbibliotek för att utbilda dig själv genom inspelade sessioner.

Läs mer

Partner för affärsaktivering

Cisco Business Enablement Partner Program fokuserar på att vässa affärskunskaperna hos Cisco Channel Partners och kunder.

Läs mer

Cisco Kurskatalog

Läs mer

Fortinet-certifieringar

Fortinet Network Security Expert (NSE) -programmet är ett utbildnings- och certifieringsprogram på åtta nivåer för att lära ingenjörer om deras nätverkssäkerhet för Fortinet FW-färdigheter och erfarenheter.

Tekniska utbildningar

Tekniska utbildningar

Insoft är erkänt som Fortinet Authorized Training Center på utvalda platser i EMEA.

Läs mer

Fortinet Kurskatalog

Utforska ett brett utbud av Fortinet-scheman i olika länder samt onlinekurser.

Läs mer

ATC-status

Kolla in vår ATC-status i utvalda länder i Europa.

Läs mer

Fortinet Professionella tjänster

Globalt erkända team av certifierade experter hjälper dig att göra en smidigare övergång med våra fördefinierade konsult-, installations- och migreringspaket för ett brett utbud av Fortinet-produkter.

Läs mer

Microsoft-utbildning

Insoft Services tillhandahåller Microsoft-utbildning i EMEAR. Vi erbjuder Microsofts tekniska utbildnings- och certifieringskurser som leds av instruktörer i världsklass.

Tekniska utbildningar

Extreme-utbildning

Lär dig exceptionella kunskaper och färdigheter i Extreme Networks.

Technische Kurse

Tekniske-certifieringar

Vi tillhandahåller omfattande läroplan för tekniska kompetensfärdigheter på certifieringsprestationen.

Läs mer

Extreme Kurskatalog

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

Läs mer

ATP-ackreditering

Som auktoriserad utbildningspartner (ATP) säkerställer Insoft Services att du får de högsta tillgängliga utbildningsstandarderna.

Läs mer

Konsultpaket

Vi erbjuder innovativt och avancerat stöd för att designa, implementera och optimera IT-lösningar.Vår kundbas inkluderar några av de största telekombolagen globalt.

Lösningar och tjänster

Globalt erkända team av certifierade experter hjälper dig att göra en smidigare övergång med våra fördefinierade konsult-, installations- och migreringspaket för ett brett utbud av Fortinet-produkter.

Om oss

Insoft Tillhandahåller auktoriserade utbildnings- och konsulttjänster för utvalda IP-leverantörer.Lär dig hur vi revolutionerar branschen.

Läs mer
  • +46 8 502 431 88
  • Cloud-Native Continuous Integration and Delivery

    Duration
    1 Dag
    Delivery
    (Online och på plats)
    Price
    Pris på begäran
    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/.
      Datum
      Datum på begäran

    Follow Up Courses

    Filtrera
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 3 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 4 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 5 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 4 Dagar
      Datum på begäran
      Price on Request
      Book Now
    • 2 Dagar
      Datum på begäran
      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.