Markdown Wiki tools I've used for note taking I tried many related notes, wikis, knowledge bases, documentation tools, which ones I finally chose 2021-08-10 CloudNative #Notes #Learning #wiki #Wikijs #Markdown #KnowledgeBase #Typora #Obsidian #Picgo
Why did I choose Wiki .js note-taking? Why did I choose Wiki.js Take notes? I used a lot of tools to take notes, which caused me a lot of trouble. Wikis .js not only solve these problems, but also have their own unique advantages that appe 2021-08-10 CloudNative #Notes #Learning #wiki #Wikijs #Markdown #KnowledgeBase
Wikijs Introduction - powerful and scalable open source wiki software Use wiki.js' beautiful and intuitive interface to make documentation a joy to write! 2021-08-10 CloudNative #Notes #Learning #wiki #Wikijs #Markdown #KnowledgeBase
Kafka best practices Kafka best practices for summarizing and precipitating from users yourself 2021-07-31 Middleware #BestPractices #Kafka #Middleware #MQ
How should application types such as batch and stateful be configured on K8S? As we all know, Kubernetes (K8S) is more suitable for running stateless applications, but in addition to stateless applications. We will have many other application types, such as: stateful applicatio 2020-10-22 CloudNative #K8S #Stateful #Batch
Best practices for production on containerized applications Refined by mass production practices - 15 best practices for production on Containerized applications 2020-10-22 CloudNative #K8S #BestPractices #containers #Production
Recommendations for optimizing Linux operating machine configurations for container DevOps personnel AS A PAAS PLATFORM ARCHITECT, CONTAINER-RELATED TECHNOLOGIES (DOCKER, K8S, ETC.) ARE ESSENTIAL.This article is a brief introduction to my own Linux console configuration. Improving productivity, impro 2020-08-31 CloudNative #K8S #BestPractices #Container #Linux #Docker
Why does the java container recommend using ExitOnOutOfMemoryError instead of HeapDumpOnOutOfMemoryError ? preface I haven’t written an article for a long time, and the reason why I suddenly had a whim today is because yesterday there was such a situation: A memory leak occurred in the user (customer) micr 2020-08-27 Java #Java #K8S #BestPractices #Container
Using subPath in K8S Volume Sometimes, there are multiple paths in a pod that need to mount the volume, and it's a pain to do it one by one, so it's time for the subPath to come into play! 2019-11-07 CloudNative #K8S #BestPractices #Storage
Best practices for making container images This article is a combination of other articles I've seen on mirroring best practices, and what I've learned in my day job. It includes general container best practices, java, nginx, python container 2019-07-25 CloudNative #Java #K8S #BestPractices #Docker #containers #Python #OpenShift