Quantcast
Channel: NintyZeros
Browsing index pages (120 articles)

Health Checks and Liveness Probes in Kubernetes

Health Checks and Liveness Probes are two important concepts in Kubernetes that are used to monitor the health of containers running in a cluster. These checks allow administrators to detect when a...

View Article


StatefulSets in Kubernetes

StatefulSets in Kubernetes are a critical component for managing stateful applications in a scalable and reliable manner. In this tutorial, we will cover the basics of StatefulSets, and how to use them...

View Article


Volumes and Persistent Storage in Kubernetes

Introduction:Kubernetes is a popular open-source system for automating deployment, scaling, and management of containerized applications. One of the essential components of a Kubernetes cluster is...

View Article

Service Discovery and Load Balancing in Kubernetes: A Comprehensive Tutorial

Kubernetes, the popular open-source platform for automating deployment, scaling, and management of containerized applications, is widely used for large-scale container orchestration. One of the key...

View Article

Scaling and Load Balancing in Kubernetes

IntroductionKubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts. It provides a number of features for scaling and...

View Article


Deploying Applications on Kubernetes

IntroductionKubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts. It has become the de-facto standard for...

View Article

Image may be NSFW.
Clik here to view.

Understanding Pods and Containers

 In this comprehensive tutorial, we will be covering the basics of Pods and Containers in Kubernetes. We will start by building a simple Flask application and packaging it in a Docker container. Then,...

View Article

ConfigMaps and Secrets in Kubernetes

ConfigMaps and Secrets in Kubernetes: Understanding the Key Components of Cluster Configuration ManagementKubernetes is a widely adopted open-source platform for automating deployment, scaling, and...

View Article


Rolling Updates and Rollbacks in Kubernetes

Rolling Updates is a feature in Kubernetes that allows you to update your application without any downtime. This is achieved by incrementally updating a certain percentage of replicas at a time and...

View Article


Setting up a Kubernetes Cluster: A Detailed Guide

Kubernetes is a powerful and flexible platform for automating deployment, scaling, and management of containerized applications. It has become the industry standard for container orchestration,...

View Article

Introduction to Kubernetes: A Complete Guide

Kubernetes is an open-source platform for automating deployment, scaling, and management of containerized applications. It has become the de facto standard for managing containers and is widely used by...

View Article

Image may be NSFW.
Clik here to view.

Flutter Tutorial: How to use a TextField

 In this tutorial, we will learn how to use a TextField widget in Flutter Application using an example.TextField is used to get text input from users. The default behavior of TextField is that, when...

View Article

Image may be NSFW.
Clik here to view.

Dart Tutorial : Functions in Dart(Examples)

Functions are the building blocks of readable, maintainable, and reusable code. A function is a set of statements to perform a specific task. Functions organize the program into logical blocks of code....

View Article


Image may be NSFW.
Clik here to view.

Dart Tutorial : Switch and Case Examples

In the previous post we are already looked into Conditional (If Else) and nested but, its not an efficient way to have a lot of nested if-else as it's cumbersome to understand.In some cases,...

View Article

Image may be NSFW.
Clik here to view.

Dart Tutorial: While and Do-while loops

In this part, we are learning about how to implement loops in the Dart language. In the previous post, we already looked at how to implement For and For-each loop. We are going to learn how to...

View Article


Image may be NSFW.
Clik here to view.

Dart Tutorial : For Loop in Dart

In computer programming, when we need to repeat a given section of code a certain number of times until a particular condition is met, we use a loop. This is a control structure that is repeated until...

View Article

Image may be NSFW.
Clik here to view.

Dart Tutorials : If-Else Conditions in Dart

Controlling the flow of your code is important. Programmers want to control the logic of their code for many reasons; one of the main reasons is that the user of the software should have many options...

View Article


Image may be NSFW.
Clik here to view.

Dart Tutorials: DataTypes in Dart

In this post, we will discuss some initial key concepts of Dart that are absolutely necessary for beginners. First, like Python, Dart is an object-oriented programming language. Everything is an object...

View Article

Image may be NSFW.
Clik here to view.

Dart Tutorials : How to write "Hello World" in Dart

At its heart, Dart is a conservative programming language. It was not designed to champion bold new ideas, but rather to create a predictable and stable programming environment. The language was...

View Article

Image may be NSFW.
Clik here to view.

A simple way to add InputText in React Native

In this post, we are going to learn how to use text input within react native. The text input can be used for various purposes within an app. You might be looking to gather some input via forms type,...

View Article
Browsing index pages (120 articles)


Latest Images