Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pkaelin

@pkaelin
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Container orchestration with primary and secondary failover
    P pkaelin

    Posting an architecture/design question without a picture might be a challenge in itself but I'll have a go anyway :) While a primary/secondary (previously master/slave) can be implemented by oneself I was wondering whether this doesn’t come out of the box in a container orchestration management system. Requirements:

    • High availability (redundancy) but doesn’t need scaling (capacity).
    • Orchestration decides which one is Primary/Secondary (or Alternates (multiples)).
    • Container and application (MyApp) knows whether its Primary/Secondary (or Alternates (multiples)).
    • Only the primary application (MyApp) is communicating with the service x and the physical device(s).
    • Only the primary application (MyApp) forwards the responses to the secondary (with a safe mechanism in
      place) so that the secondary has all the data/states up to date at all times.* Failover should happen within less than a second (e.g. 500ms).

    Design:

    |...Container Primary...|
    |.......................| ------ Send Message -----------> |.....Service X.....|
    |........[ MyApp ]......|
    |.......................| < ----- Request/Response ------> |..Physical Device..|

    ....^...............|...
    ....|...............|...
    ..Check......Forward response from device
    ....|........so that secondary is always up to date
    ....|...............|...
    ....v...............v...

    |..Container Secondary..|
    |.......................|
    |.......[ MyApp ].......|
    |.......................|

    Though I have left out the details I hope the overall requirements/concept is clear. Questions:

    • Is there a container orchestration management that handles primary/secondary concept?
    • Most importantly will my application (MyApp) hosted in the container know when it's in what state (Startup, Sync, Primary, Secondary, PrimaryOnly)?
    • How is it best implemented if there is an existing concept?

    PKaelin

    Design and Architecture question css design docker business

  • Change & Release Management - legal, compliance or audit requirements
    P pkaelin

    Has anyone some experience when it comes to change & release management and legal, compliance or audit requirements (country dependent)? Can you share some of your legal (country dependent), compliance or audit requirements? We already have a very basic directive from legal and compliance to follow but I am curious what other people do or don’t do. By the way my goal is to have the leanest/simplest change & release process one can think of but still have an audit trail. Like create an issue tracking item (request of change) with required fields, status, workflow and linked work orders including linked stories. I already have it all planned out but I would like your input for comparison/improvements. Discussion examples: what to do when the location of the data changes, shall we have sign-offs or not, do we need work orders, do we need linked stories, which fields are important/required etc.

    PKaelin

    Application Lifecycle business help question discussion announcement

  • I no longer get the newsletters emails
    P pkaelin

    I no longer get the newsletters emails since i have changed my email address to @live.com. I did go to my seetings checked the Tab Newsletters. I ticked Weekly Newsletter and I also ticked some of the Newsletter features and Newsletter topics. Still no luck....and no @Codeproject is not in my spam filter..... Anyone have any ideas? Pascal

    PKaelin

    Site Bugs / Suggestions delphi com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups