
Kubernetes
An open-source system for automating deployment, scaling, and management of containerized applications. Think of Kubernetes as the manager for shipping containers. Originally created by…
An open-source system for automating deployment, scaling, and management of containerized applications. Think of Kubernetes as the manager for shipping containers. Originally created by…
Setting up an exposed service or ingress on a Kubernetes cluster needs authentication with OAuth 2 Proxy: here’s how to get it done in 6 easy steps.
Since the implementation team is already using GitHub on a daily basis to track work and deploy code to our project repositories, our Cluster Ops team has adopted the GitOps philosophy. Having a centralized place for all of our configuration and the ability to view all deployments in a friendly, comfortable environment makes Kubernetes more accessible to the rest of the team.
Anything you can do from the Kubernetes command-line interface (kubectl), you can do through the Kubernetes API. Here’s how to build an app in 8 steps.
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we…
At Revelry, we believe in sharing and learning from one another (beliefs that are rooted in our Core Values). Among the many things we…
Most software teams have left behind the Waterfall(1) methodology in favor of approaches that move faster and flex more to accommodate changes and maximize the…
We’re back with even MOAR emoji for you and your team to use on Slack to communicate. Download over custom Slack emoji 100 now!
At Revelry, we have a pretty solid internal Slack communication structure. Here’s how we collaborate with multiple innovation partners on Slack.
User Acceptance Testing (aka UAT) is the step in which the product owner checks what we’ve set up in staging, against the AC. Since…
QA is both a department and a part of our process here at Revelry. QA team members test the applications that we build on…
A live site, for the most part. The production site can be used for user acceptance testing (UAT) after QA and regression testing has…
This test site is usually run through Heroku or Kubernetes that hosts our client’s site. Only our team can access staging; it is not open…
Merging is the process of merging a new set of code written into a larger codebase. Before this can happen, we have lots of layers of…