Join us

ContentUpdates and recent posts about Kubernetes..
Episode FAUN.dev() Team
@eon01 shared an episode, 4 years, 4 months ago
Founder, FAUN.dev

Ubiquity, Security and Open Source

Docker Jenkins Kubernetes

It is the year 2017 Kelsey Hightower is on the KubeCon stage. The sound of the microphone starts echoing... Raise your hands if you think installing kubernetes is easy. This is how a well known Kubernetes advocate started his presentation.

4945330-1594383394176-7cdab2fa0339d.jpeg
Story
@vvickky007 shared a post, 4 years, 4 months ago
Architect, Ericsson

Security in Kubernetes Application Development

Docker Trivy Kubernetes Falco

Secure System Development Life Cycle is defined as the series of processes and procedures in the software development cycle, designed to enable development teams to create software and applications in a manner that significantly

1_mA6UPv0drVHSmoiq98GOmg.jpeg
 Activity
@jackwesleyroper started using Kubernetes , 4 years, 4 months ago.
 Activity
@rishabh_garg started using Kubernetes , 4 years, 4 months ago.
 Activity
@awani227 started using Kubernetes , 4 years, 4 months ago.
 Activity
@bahugunarajat started using Kubernetes , 4 years, 4 months ago.
 Activity
@manishvenkat16 started using Kubernetes , 4 years, 4 months ago.
 Activity
@siri143mahi started using Kubernetes , 4 years, 4 months ago.
 Activity
@meetonlyrahul started using Kubernetes , 4 years, 4 months ago.
 Activity
@balamuraligolla started using Kubernetes , 4 years, 4 months ago.
Kubernetes, often abbreviated as K8s, is an open-source orchestration platform designed to automate the deployment, scaling, and management of containerized applications. It acts as a "brain" for your infrastructure, ensuring that your containers run exactly where and how they should across a cluster of physical or virtual machines, abstracting away the underlying hardware to treat the entire data center as a single computational resource.

At its core, Kubernetes operates on a declarative model: you define the "desired state" of your application—such as how many replicas should be running or how much CPU they should use - and the system continuously works to maintain that state. If a container crashes or a node fails, Kubernetes automatically detects the discrepancy and restarts or reschedules the workload to ensure zero downtime, providing a self-healing environment that is critical for modern, high-availability systems.

Beyond simple container management, Kubernetes provides a robust ecosystem for networking, storage, and security. It handles service discovery and load balancing internally, allowing containers to communicate seamlessly without hardcoded IP addresses, and orchestrates storage mounting from various providers. By standardizing how applications are deployed and scaled, Kubernetes enables developers to move from local development to global production with consistent and predictable results.