Volumes - Kubernetes - 0 views
-
On-disk files in a Container are ephemeral,
-
when a Container crashes, kubelet will restart it, but the files will be lost - the Container starts with a clean state
-
In Docker, a volume is simply a directory on disk or in another Container.
- ...105 more annotations...
FreeIPAv2:Dynamic updates with GSS-TSIG - FreeIPA - 0 views
-
This short tutorial will teach you how to setup your name server so that you can dynamically update the resource records with the help of FreeIPA.
-
tkey-gssapi-keytab
-
BIND version
- ...9 more annotations...
QMachine - 0 views
MetalLB, bare metal load-balancer for Kubernetes - 0 views
-
Kubernetes does not offer an implementation of network load-balancers (Services of type LoadBalancer) for bare metal clusters
-
If you’re not running on a supported IaaS platform (GCP, AWS, Azure…), LoadBalancers will remain in the “pending” state indefinitely when created.
-
Bare metal cluster operators are left with two lesser tools to bring user traffic into their clusters, “NodePort” and “externalIPs” services.
在 EKS 中实现基于 Promtail + Loki + Grafana 容器日志解决方案 - 0 views
-
Grafana大家应该都比较熟悉,它是一款开源的可视化和分析软件,它允许用户查询、可视化、警告和探索监控指标。Grafana主要提供时间序列数据的仪表板解决方案,支持超过数十种数据源(还在陆续添加支持中)
-
Grafana Loki是一组可以组成一个功能齐全的日志堆栈组件,与其它日志系统不同的是,Loki只建立日志标签的索引而不索引原始日志消息,而是为日志数据设置一组标签,这意味着Loki的运营成本更低,效率也能提高几个数量级。
-
Loki整体架构也是由不同的组件来协同完成日志收集、索引、存储等工作
- ...5 more annotations...
LXC vs Docker: Why Docker is Better | UpGuard - 0 views
-
LXC (LinuX Containers) is a OS-level virtualization technology that allows creation and running of multiple isolated Linux virtual environments (VE) on a single control host.
-
Docker, previously called dotCloud, was started as a side project and only open-sourced in 2013. It is really an extension of LXC’s capabilities.
-
run processes in isolation.
- ...35 more annotations...
Firecracker - 0 views
GitHub - fonoster/fonos: - 0 views
-
"Project Fonos is open-source telecommunications for the cloud. It helps VoIP integrators quickly deploy new networks and benefit from value-added services such as Programmable Voice, Messaging, and Video. This repository assembles the various components needed to deploy a telephony system at scale."
CentOS 出現 connect: Network is unreachable 解決方法 | IT達人 - 0 views
-
/etc/sysconfig/network-scripts/ifcfg-eth0
-
service network restart
Slimming Down Your Models and Controllers with Concerns, Service Objects, and Tableless... - 1 views
-
The single responsibility principle asserts that every class should have exactly one responsibility. In other words, each class should be concerned about one unique nugget of functionality
-
fat models are a little better than fat controllers
-
when every bit of functionality has been encapsulated into its own object, you find yourself repeating code a lot less.
- ...2 more annotations...
LibrePlan: Customization & development - 0 views
AngularJS for jQuery Developers | Art & Logic Blog - 0 views
-
Angular does not treat HTML or JavaScript as a bug that needs to be fixed
-
JavaScript code treats DOM in an imperative manner: take this node and that attribute, look at its value, do this or that.
-
Direct manipulation of the DOM is not only unnecessary, it is discouraged in the Angular approach.
- ...11 more annotations...
javascript - How do I "think in AngularJS" if I have a jQuery background? - Stack Overflow - 0 views
-
in AngularJS, we have a separate model layer that we can manage in any way we want, completely independently from the view.
-
keep your concerns separate
-
do DOM manipulation and augment your view with directives
- ...34 more annotations...
MonolithFirst - 0 views
-
Microservices are a useful architecture, but even their advocates say that using them incurs a significant MicroservicePremium, which means they are only useful with more complex systems.
-
you should build a new application as a monolith initially, even if you think it's likely that it will benefit from a microservices architecture later on.
-
Any refactoring of functionality between services is much harder than it is in a monolith.
- ...4 more annotations...
Active Record Validations - Ruby on Rails Guides - 0 views
-
validates :name, presence: true
-
Validations are used to ensure that only valid data is saved into your database
-
Model-level validations are the best way to ensure that only valid data is saved into your database.
- ...117 more annotations...
2.0 Project Tutorial - CircleCI - 0 views
-
The .circleci/config.yml file may be comprised of several Jobs.
-
a job is comprised of several Steps
-
which are commands that execute in the container that is defined in the first image: key in the file. This first image is also referred to as the primary container.
- ...5 more annotations...
What is DevOps? | Atlassian - 0 views
-
DevOps is a set of practices that automates the processes between software development and IT teams, in order that they can build, test, and release software faster and more reliably.
-
increased trust, faster software releases, ability to solve critical issues quickly, and better manage unplanned work.
-
bringing together the best of software development and IT operations.
- ...39 more annotations...
« First
‹ Previous
81 - 100 of 130
Next ›
Last »
Showing 20▼ items per page