Architecting with Google Kubernetes Engine Training in Germany

  • Learn via: Classroom
  • Duration: 3 Days
  • Level: Intermediate
  • Price: From €3,750+VAT

Learn how to deploy and manage containerized applications on Google Kubernetes Engine (GKE). Learn how to use other tools on Google Cloud that interact with GKE deployments. This course features a combination of lectures, demos, and hands-on labs to help you explore and deploy solution elements—including infrastructure components like pods, containers, deployments, and services—along with networks and application services. You'll also learn how to deploy practical solutions, including security and access management, resource management, and resource monitoring.

Audience


  • Cloud architects, administrators, and SysOps/DevOps personnel
  • Individuals using Google Cloud to create new solutions or to integrate existing systems, application environments, and infrastructure with Google Cloud.


Read more +
We can host this training at your preferred location.

Prerequisites

Completed “Google Cloud Fundamentals: Core Infrastructure” or have equivalent experience

Read more +

What You Will Learn

What you'll learn


  • Understand how software containers work.
  • Understand the architecture of Kubernetes.
  • Understand the architecture of Google Cloud.
  • Understand how pod networking works in Google Kubernetes Engine.
  • Create and manage Kubernetes Engine clusters using the Google Cloud Console and gcloud/kubectl commands.
  • Launch, roll back, and expose jobs in Kubernetes.
  • Manage access control using Kubernetes RBAC and IAM.
  • Manage pod security policies and network policies.
  • Use Secrets and ConfigMaps to isolate security credentials and configuration artifacts.
  • Understand Google Cloud choices for managed storage services.
  • Monitor applications running in Google Kubernetes Engine.


Read more +

Outline

Module 1 Introduction to Google Cloud

Topics


  • Use the Google Cloud Console
  • Use Cloud Shell
  • Define Cloud Computing
  • Identify Google Cloud Compute Services
  • Understand Regions and Zones
  • Understand the Cloud Resource Hierarchy
  • Administer your Google Cloud Resources


Objectives


  • Identify Google Cloud services and their function.
  • Choose the right Google Cloud services to create your own Cloud solution 1 lab and 1 quiz


Activities


  • 1 lab and 1 quiz


Module 2 Containers and Kubernetes in Google Cloud


Topics


  • Create a Container Using Cloud Build
  • Store a Container in Container Registry
  • Understand the Relationship Between Kubernetes and Google Kubernetes Engine (GKE)
  • Understand how to Choose Among Google Cloud Compute Platforms


Objectives

  • Create a Container using Cloud Build.
  • Store a Container in Container Registry.
  • Compare and Contrast Kubernetes and GKE features.


Activities


  • 1 lab and 1 quiz


Module 3 Kubernetes Architecture


Topics


  • Understand the Architecture of Kubernetes: Pods, Namespaces
  • Understand the Control-plane Components of Kubernetes
  • Create Container Images using Cloud Build
  • Store Container Images in Container Registry
  • Create a Kubernetes Engine Cluster


Objectives

  • Conceptualize the Kubernetes Architecture.
  • Deploy a Kubernetes Cluster using GKE.
  • Deploy Pods to a GKE Cluster.
  • View and Manage Kubernetes Objects.
  • Conceptualize the Migrate for Anthos process


Activities


  • 1 lab and 1 quiz


Module 04 Kubernetes Operations


Topics


  • The Kubectl Command


Objectives


  • Work with the Kubectl Command.
  • Inspect the Cluster and Pods.
  • View a Pod’s Console Output.
  • Sign in to a Pod Interactively.


Activities


  • 2 labs and 1 quiz


Module 05 Deployment, Jobs, and Scaling


Topics


  • Deployments
  • Ways to Create Deployments
  • Services and Scaling
  • Updating Deployments
  • Rolling Updates
  • Blue/Green Deployments
  • Canary Deployments
  • Managing Deployments
  • Jobs and CronJobs
  • Parallel Jobs
  • CronJobs
  • Cluster Scaling
  • Downscaling
  • Node Pools
  • Controlling Pod Placement
  • Affinity and Anti-Affinity
  • Pod Placement Example
  • Taints and Tolerations
  • Getting Software into your Cluster


Objectives


  • Create and Use Deployments.
  • Create and Run Jobs and CronJobs.
  • Scale Clusters Manually and Automatically.
  • Configure Node and Pod Affinity.
  • Get Software into your Cluster with Helm Charts and Kubernetes Marketplace.


Activities


  • 3 labs and 1 quiz


Module 06 GKE Networking


Topics


  • Introduction
  • Pod Networking
  • Services
  • Finding Services
  • Service Types and Load Balancers
  • How Load Balancers Work
  • Ingress Resource
  • Container-Native Load Balancing
  • Network Security


Objectives


  • Create Services to expose applications that are running within Pods.
  • Use load balancers to expose Services to external clients.
  • Create Ingress resources for HTTP(S) load balancing.
  • Leverage container-native load balancing to improve Pod load balancing.
  • Define Kubernetes network policies to allow and block traffic to Pods.


Activities

  • 2 labs and 1 quiz


Module 07 Persistent Data and Storage


Topics


  • Volumes
  • Volume Types
  • The PersistentVolume Abstraction
  • More on PersistentVolumes
  • StatefulSets
  • ConfigMaps
  • Secrets


Objectives


  • Use Secrets to isolate security credentials.
  • Use ConfigMaps to isolate configuration
  • Push out and roll back updates to Secrets and ConfigMaps.
  • Configure Persistent Storage Volumes for Kubernetes Pods.
  • Use StatefulSets to ensure that claims on persistent storage volumes persist across restarts.


Activities


  • 2 labs and 1 quiz


Module 08 Access Control and Security in Kubernetes and Kubernetes Engine


Topics


  • Understand Kubernetes Authentication and Authorization
  • Define Kubernetes RBAC Roles and Role Bindings for Accessing Resources in Namespaces
  • Define Kubernetes RBAC Cluster Roles and ClusterRole Bindings for
  • Accessing Cluster-scoped Resources
  • Define Kubernetes Pod Security Policies
  • Understand the Structure of IAM
  • Define IAM roles and Policies for Kubernetes Engine Cluster Administration


Objectives


  • Define IAM roles and policies for GKE.
  • Define Kubernetes RBAC roles and role bindings.
  • Define Kubernetes pod security policies


Activities


  • 2 labs and 1 quiz


Module 09 Logging and Monitoring


Topics


  • Use Cloud Monitoring to monitor and manage availability and performance
  • Locate and inspect Kubernetes logs
  • Create probes for wellness checks on live applications


Objectives


  • Create forensic logs for systems monitoring.
  • Monitor your system performance from different vantage points.
  • Create probes for wellness checks on live applications.


Activities

  • 2 labs and 1 quiz


Module 10 Using Google Cloud Managed Storage Services from Kubernetes Applications


Topics


  • Understand Pros and Cons for Using a Managed Storage Service Versus Self-managed Containerized Storage
  • Enable Applications Running in GKE to Access Google Cloud Storage Services
  • Understand Use Cases for Cloud Storage, Cloud SQL, Cloud Spanner, Cloud Bigtable, Cloud Firestore, and BigQuery from within a Kubernetes Application


Objectives


  • Understand use cases for Cloud Storage within a Kubernetes application.
  • Understand use cases for Cloud SQL and Cloud Spanner within a Kubernetes application.
  • Understand use cases for Datastore within a Kubernetes application
  • Understand use cases for Cloud Bigtable within a Kubernetes application.


Activities


  • 1 lab and 1 quiz


Module 11 Logging and Monitoring


Topics


  • CI/CD overview
  • CI/CD for Google Kubernetes Engine
  • CI/CD Examples
  • Manage application code in a source repository that can trigger code changes to a continuous delivery pipeline.


Objectives


  • Create a continuous delivery pipeline using Cloud Build and start it manually or automatically with a code change. Implement a canary deployment that hosts two versions of your application in production for release testing.


Activities


  • 1 lab







Read more +


Contact us for more detail about our trainings and for all other enquiries!

Avaible Training Dates

Join our public courses in our Germany facilities. Private class trainings will be organized at the location of your preference, according to your schedule.

07 April 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
10 April 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
21 April 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
23 April 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
15 Mai 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
13 Juni 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
01 Juli 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
20 August 2025 (3 Days)
Berlin, Hamburg, Münih
Classroom / Virtual Classroom
€3,750 +VAT
Architecting with Google Kubernetes Engine Training Course in Germany

The Federal Republic of Germany is the second most populous country in Europe and is located in Central Europe. The official language of the country is German. Germany is one of the richest countries in the world. The main exports of the country include motor vehicles and iron and steel products.

Here are some fun facts about Germany:
The fairy tale writer, the Brothers Grimm, came from Germany and wrote many famous stories such as Cinderella, Snow White, and Sleeping Beauty.
Germany is home to the largest theme park in Europe, the Europa-Park.
The famous composer Ludwig van Beethoven was born in Germany.
The Autobahn, the German highway system, is known for having no general speed limit.


Berlin was divided by the Berlin Wall from 1961 to 1989. Known for its street art, Berlin has many colorful murals and graffiti throughout the city. Also, Berlin is home to many famous museums, such as the Pergamon Museum and the Museum Island. Many clubs and bars stay open until the early hours of the morning in this big city.

Another popular city is Munich, which is famous for its Oktoberfest beer festival that attracts millions of visitors every year. Munich is also home to many historic buildings, including Nymphenburg Palace and the Marienplatz town square.

The country's capital and largest city is Berlin, however Frankfurt is considered to be the business and financial center of Germany. It is home to the Frankfurt Stock Exchange, the European Central Bank, and many other financial institutions. Because of its central location within Europe and its status as a major financial hub, Frankfurt is often referred to as the "Mainhattan," a play on the city's name and its association with the Manhattan financial district in New York City.

Frankfurt is also a major transportation hub, with the largest airport in Germany and one of the largest in Europe, Frankfurt Airport. Additionally, it is a popular destination for tourists, with its historic city center, beautiful parks, and vibrant cultural scene.

Some of the top German technology companies like Siemens AG, Bosch, SAP SE, Deutsche Telekom, Daimler AG and Volkswagen has business centers in Frankfurt. The country has a strong tradition of engineering and innovation, and is home to many other world-class technology companies and research institutions.

Tailored to meet the specific needs of Germany, Bilginç IT Academy combines cutting-edge training methodologies with our comprehensive range of Certification Exam preparation courses and accredited corporate training programs. Experience a transformative approach to IT training that will redefine your expectations.
By using this website you agree to let us use cookies. For further information about our use of cookies, check out our Cookie Policy.