Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

Kubernetes Series – 6: Kubernetes Upgrade and Deployment Strategies

October 18, 2021 by Ege Aksoz
kubernetes-logo

In this tutorial, we will talk about upgrading nodes and deployment in Kubernetes. Let’s deep dive into Kubernetes upgrade and deployment strategies together! Node Upgrade and Eviction How you would upgrade your nodes generally depends on how you set up … Read more

Categories DevOps Tutorials Tags kubernetes

Kubernetes Series – 5: Scheduling in Kubernetes

October 18, 2021 by Ege Aksoz
kubernetes-logo

In this article, we will learn scheduling in Kubernetes. In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. The scheduler watches for every newly created pod or other unscheduled pods, … Read more

Categories DevOps Tutorials Tags kubernetes

Kubernetes Series – 4.5: Kubernetes Configuration Objects

October 12, 2021 by Ege Aksoz
kubernetes-logo

In Kubernetes, we can configure our resources within that resource but sometimes this makes the resource YAML file incredibly difficult to follow and unmaintainable. This is why we need Kubernetes configuration objects.  Kubernetes ConfigMaps A ConfigMap is an API object … Read more

Categories DevOps Tutorials Tags kubernetes

Kubernetes Series – 4.4: Kubernetes Storage

October 12, 2021 by Ege Aksoz
kubernetes-logo

Next, let’s talk about how storage works in Kubernetes. Let’s get started with Kubernetes storage options! Volumes in Kubernetes Since Pods are ephemeral, we sometimes require our data on the pod to be available for the next pod scheduled. Or, … Read more

Categories DevOps Tutorials Tags kubernetes

Kubernetes Series – 4.3: Kubernetes Services

October 18, 2021 by Ege Aksoz
kubernetes-logo

In this article, we will talk about Kubernetes services. Let’s get started! Kubernetes Services A Kubernetes Service is an abstraction layer that defines a logical set of Pods and enables external traffic exposure, load balancing, and service discovery for those … Read more

Categories DevOps Tutorials Tags kubernetes

Kubernetes Series – 4.2: Kubernetes Workloads

October 12, 2021 by Ege Aksoz
kubernetes-logo

In this article, let’s continue talking about Kubernetes workloads. Let’s get started! Kubernetes Workloads A workload is an application running on Kubernetes. Pods Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. Kubernetes … Read more

Categories DevOps Tutorials Tags kubernetes

Kubernetes Series – 4.1: Kubernetes Objects

October 12, 2021 by Ege Aksoz
kubernetes-logo

In this article, we will discover Kubernetes Objects together. Assuming you have created your Kubernetes cluster with one of the ways provided in the cluster creation article, now we can explore the Kubernetes world. For communicating with the kube-apiserver in … Read more

Categories DevOps Tutorials Tags kubernetes

Java Stream Reduce with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Java Stream Reduce with examples. Streams reduction operation helps us to get results from streams elements by accumulation in sequence. I will show some examples of Stream.reduce() method to make the concepts more clear. Let’s … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Primitive Type Streams in Java with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Primitive Type Streams in Java with examples. I will also show various primitive type conversions in a stream. Let’s start! Primitive Type Streams in Java I will explain the primitive types with an example. … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams

Java Streams Sources with Examples

October 18, 2021 by Onur Baskirt
java

In this article, we will learn Java Streams Sources such as List, Set, Array, Map, and Stream.of(), etc. I will share 5 different examples to show the details of stream sources as much as I can. Let’s start! Java Streams … Read more

Categories Java Tutorials, Programming Tutorials Tags functional programming, java, java streams
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page31 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »