Open in app

Sign In

Write

Sign In

Mastodon
Tony
Tony

15.6K Followers

Home

About

Pinned

Tony’s Recommended Articles

Cloud Native, DevOps, Linux, K8s, Programming — DevOps in Kubernetes Mind Map Full DevOps in K8s Mind Map

Cloud Computing

2 min read

Tony’s Recommended Articles
Tony’s Recommended Articles
Cloud Computing

2 min read


1 day ago

Docker — Container Network Basics

Container networking basics — Containerization has revolutionized software deployment. While the idea of isolating applications in their environment isn’t new, the way containers achieve this is particularly efficient. One of the essential aspects of containerization is networking. In a K8s cluster, understanding the basics of container networking is crucial for effective orchestration. Why is Container Networking Important?

Docker

4 min read

Docker — Container Network Basics
Docker — Container Network Basics
Docker

4 min read


2 days ago

Python Tips — Demystifying Python Metaclasses

If you’re doing object-oriented programming (OOP) inPython, you’ll come across the concept of metaclasses. And as a DevOps Engineer, knowing how classes (and metaclasses) work in Python can enhance the structure and adaptability of your scripts. Python Classes To truly grasp the concept of metaclasses, one must first delve deeper into Python’s…

Python

3 min read

Python Tips — Demystifying Python Metaclasses
Python Tips — Demystifying Python Metaclasses
Python

3 min read


Published in

Dev Genius

·4 days ago

K8s 2023 Interview Questions — Deployment

What is a K8s Deployment? A K8s Deployment is a high-level abstraction that represents a desired state for deploying and updating instances of applications in a K8s cluster. It is designed to provide declarative updates for Pods and ReplicaSets. With Deployments, users can describe the desired state, and the Deployment controller will change the actual…

DevOps

5 min read

K8s 2023 Interview Questions — Deployment
K8s 2023 Interview Questions — Deployment
DevOps

5 min read


6 days ago

Stable Diffusion WebUI — Basic Prompt Tips

Mastering the use of prompts is essential for manipulating Stable Diffusion to craft our desired images. Within the open-source community, prompts have been whimsically referred to as “spells” or “magic” because of their enigmatic influence on AI artistry. Yet, the concept of prompts is not as arcane as it might…

OpenAI

3 min read

Stable Diffusion WebUI — Basic Prompt Tips
Stable Diffusion WebUI — Basic Prompt Tips
OpenAI

3 min read


Sep 26

K8s Troubleshooting — OutOfpods Error

K8s Troubleshooting handbook — Note, full K8s troubleshooting mind map is available at: “K8s Troubleshooting MindMap” The “OutOfPods” error message in K8s might be seen when describing a pod that failed to be scheduled. Here’s an example of what that might look like: $ kubectl describe pod my-pod-12345 Name…

Kubernetes

3 min read

K8s Troubleshooting — OutOfpods Error
K8s Troubleshooting — OutOfpods Error
Kubernetes

3 min read


Sep 24

K8s 2023 Interview Questions — Basics, Pod Three

Note, full “K8s Interview Questions” mind map is available at: “K8s Interview Questions Mind Map” How Does K8s Pod Control CPU Resource Through the use of CPU resource requests and limits. When defining a Pod, you can specify a CPU resource request for each container, indicating the minimum amount of CPU required for proper functioning. For example: …

Kubernetes

4 min read

K8s 2023 Interview Questions — Basics, Pod Three
K8s 2023 Interview Questions — Basics, Pod Three
Kubernetes

4 min read


Sep 21

K8s Policy Tools — Kyverno

Kyverno, a K8s-native policy management tool/engine — Note: Full mindmap is available at “K8s Tools Mindmap” Kyverno Kyverno (“govern” in Greek) is a K8s-native policy management tool/engine that simplifies the process of validating, mutating, and generating configurations using policies. Kyverno is designed to work as a K8s admission controller, allowing you to enforce custom policies on K8s resources…

Kubernetes

4 min read

K8s Policy Tools — Kyverno
K8s Policy Tools — Kyverno
Kubernetes

4 min read


Sep 19

AIGC — Introduction to “Large AI Models”

What is a Large AI model? Over the previous year, terms like ‘large models’, ‘AI models’, ‘generative AI’, ‘AIGC’, and ‘generative AI large models’ have frequently been mentioned. It seems as though machines have suddenly been granted intelligence as if by magic. Now, they’ve mastered arts like poetry and painting, leading some to speculate that they…

Artificial Intelligence

5 min read

AIGC — Introduction to “Large AI Models”
AIGC — Introduction to “Large AI Models”
Artificial Intelligence

5 min read


Sep 18

DevOps in K8s — Service Account

DevOps in K8s bootcamp series — Types of Accounts in K8s In K8s, there are two types of accounts: “User account” and “Service account”. User Accounts: These represent individual users accessing the K8s cluster. User accounts are typically managed by an external authentication system, such as OpenID Connect or OAuth2. K8s does not inherently provide user account management functionality. …

DevOps

4 min read

DevOps in K8s — Service Account
DevOps in K8s — Service Account
DevOps

4 min read

Tony

Tony

15.6K Followers

Senior Cloud Engineer

Following
  • Alex Mathers

    Alex Mathers

  • Maha

    Maha

  • Sunil Kumar

    Sunil Kumar

  • Soumadri Banerjee

    Soumadri Banerjee

  • Arun Rajendran

    Arun Rajendran

See all (19)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams